mirror of
https://github.com/lineageos4microg/docker-lineage-cicd
synced 2024-11-09 10:09:56 +01:00
Add the new nfc
key
This commit is contained in:
parent
8edb7fe79f
commit
32d77f3f9d
@ -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 sdk_sandbox bluetooth ; do
|
||||
for c in releasekey platform shared media networkstack nfc sdk_sandbox bluetooth ; 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