1
1
Fork 0

test of variable

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

View File

@ -9,12 +9,13 @@ before_script:
- echo "Before script section"
- echo "For example you might run an update here or install a build dependency"
- echo "Or perhaps you might print out some debugging details"
- echo "$GIT_USER_NAME_CI_ACCESS_TOKEN"
- export DEBIAN_FRONTEND=noninteractive
- apt-get update
- apt-get install -yqqf bash git pgp
- git config --global commit.gpgsign true
- git config --global user.email "${GIT_USER_EMAIL:-$GITLAB_USER_EMAIL}"
- git config --global user.name "${GIT_USER_NAME:-$GITLAB_USER_NAME}"
- git config --global user.email "$GITLAB_USER_EMAIL"
- git config --global user.name "$GIT_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 <(echo "$$GITLAB_USER_NAME_$GPG_PUB_KEY")
- gpg -v --import <(echo "$$GITLAB_USER_NAME_$GPG_PRIVATE_KEY")