1
1
Fork 0

Not to be - Hamlett to Machbeth

Signed by @spirillen
This commit is contained in:
spirillen 2021-09-11 18:17:00 +02:00
parent 6d66199c18
commit 153938b597
No known key found for this signature in database
GPG Key ID: 30562ED6FB236E4E
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@ before_script:
- git config --global user.email "pdns@pm.me"
- git config --global user.name "mypdns"
- git remote set-url origin https://$mypdns:$mypdns_CI_ACCESS_TOKEN@mypdns.org/$CI_PROJECT_PATH.git
- gpg -v --import <(echo "mypdns_GPG_PUB_KEY")
- gpg -v --import <(echo "mypdns_GPG_PRIVATE_KEY")
- gpg -v --import <(echo "$mypdns_GPG_PUB_KEY")
- gpg -v --import <(echo "$mypdns_GPG_PRIVATE_KEY")
after_script:
- echo "After script section"