mirror of
https://github.com/lineageos4microg/docker-lineage-cicd
synced 2024-11-09 10:09:56 +01:00
Add the other keys mentioned in the 'Signing Builds' wiki page, that we don't currently generate: cyngn-app,testcert, testkey, verity
This commit is contained in:
parent
32d77f3f9d
commit
fcbd813cb1
@ -35,7 +35,7 @@ git config --global user.name "$USER_NAME"
|
||||
git config --global user.email "$USER_MAIL"
|
||||
|
||||
if [ "$SIGN_BUILDS" = true ]; then
|
||||
for c in releasekey platform shared media networkstack nfc sdk_sandbox bluetooth ; do
|
||||
for c in bluetooth cyngn-app media networkstack nfc platform releasekey sdk_sandbox shared testcert testkey verity ; do
|
||||
if [ ! -f "$KEYS_DIR/$c.pk8" ]; then
|
||||
echo ">> [$(date)] Generating $c..."
|
||||
/root/make_key "$KEYS_DIR/$c" "$KEYS_SUBJECT" <<< '' &> /dev/null
|
||||
|
Loading…
Reference in New Issue
Block a user