TSK-1282: fixed build by properly importing gpg key

This commit is contained in:
Mustapha Zorgati 2020-11-04 13:22:27 +01:00
parent 63dbfa3d73
commit 6a53b50456
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ jobs:
before_install: |
openssl aes-256-cbc -K "$encrypted_21a5d40e43a3_key" -iv "$encrypted_21a5d40e43a3_iv" \
-in "ci/codesigning.asc.enc" -out "ci/codesigning.asc" -d \
&& gpg -v --import "ci/codesigning.asc" --passphrase "$GPG_PASSPHRASE" \
&& gpg --batch --import "ci/codesigning.asc" \
&& nvm install "$NODE_VERSION"
install: ci/change_version.sh -m .
&& ( cd web && npm install )