1
1
Fork 0

Changed CI server varibles to file

Signed by @spirillen
This commit is contained in:
spirillen 2021-09-11 15:37:52 +02:00
parent 1e6724b97b
commit 3d54b2fcd2
No known key found for this signature in database
GPG Key ID: 30562ED6FB236E4E
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ before_script:
- git config --global user.name "${GIT_USER_NAME:-$GITLAB_USER_NAME}"
- git remote set-url origin https://$GIT_USER_NAME:$GIT_USER_NAME_CI_ACCESS_TOKEN@mypdns.org/$CI_PROJECT_PATH.git
- gpg -v --import-options merge-only --import <(echo "$$GITLAB_USER_NAME_$GPG_PRIVATE_KEY")
- gpg --list-keys
- gpg --list-secret-keys
after_script:
- echo "After script section"