Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
Data
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
What's new
5
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
JTech-InnerLabs
Data
Commits
8de7180b
There was an error fetching the commit references. Please try again later.
Commit
8de7180b
authored
3 months ago
by
Hans-Christoph Steiner
Committed by
linsui
3 months ago
Browse files
Options
Downloads
Patches
Plain Diff
gitlab-ci: change "fdroid build" to use env vars in config.yml
replaces !22116
parent
4a15cca9
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+5
-6
5 additions, 6 deletions
.gitlab-ci.yml
with
5 additions
and
6 deletions
.gitlab-ci.yml
+
5
−
6
View file @
8de7180b
...
...
@@ -368,12 +368,11 @@ fdroid build:
fdroid"
# use fdroidserver test keystore as placeholder since `fdroid publish` requires it
-
printf 'repo_keyalias\x3a sova\n' > config.yml
-
printf 'keystorepass\x3a r9aquRHYoI8+dYz6jKrLntQ5/NJNASFBacJh7Jv2BlI=\n' >> config.yml
-
printf 'keypass\x3a r9aquRHYoI8+dYz6jKrLntQ5/NJNASFBacJh7Jv2BlI=\n' >> config.yml
-
printf 'keydname\x3a "CN=Birdman, OU=Cell, O=Alcatraz, L=Alcatraz, S=California, C=US"\n' >> config.yml
-
keystore=$fdroidserver/tests/keystore.jks
-
printf "keystore\x3a $keystore\n" >> config.yml
-
export keystorepass='r9aquRHYoI8+dYz6jKrLntQ5/NJNASFBacJh7Jv2BlI='
-
export keypass='r9aquRHYoI8+dYz6jKrLntQ5/NJNASFBacJh7Jv2BlI='
-
export keystore=$fdroidserver/tests/keystore.jks
-
keytool -changealias -alias sova -destalias ciarang
-keystore $keystore -storepass:env keystorepass -keypass:env keypass
-
APPS="$(./tools/find-changed-builds.py)"
-
for build in $APPS; do
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment