mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
CI: use fresh config.yml for build
Since d3b8408cb8 fdroiddata has a config.yml. Override this in CI fix:
File "/usr/lib/python3/dist-packages/ruamel/yaml/constructor.py", line 294, in check_mapping_key
9726
raise DuplicateKeyError(*args)
9727
ruamel.yaml.constructor.DuplicateKeyError: while constructing a mapping
9728
in "config.yml", line 3, column 1
9729
found duplicate key "repo_keyalias" with value "sova" (original value: "ciarang")
9730
in "config.yml", line 62, column 1
This commit is contained in:
parent
a5fbf1fbff
commit
0581396b9c
1 changed files with 1 additions and 1 deletions
|
|
@ -368,7 +368,7 @@ fdroid build:
|
|||
fdroid"
|
||||
|
||||
# use fdroidserver test keystore as placeholder since `fdroid publish` requires it
|
||||
- printf 'repo_keyalias\x3a sova\n' >> config.yml
|
||||
- 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue