1
1
Fork 0
--import-options merge-only

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

View File

@ -16,7 +16,7 @@ before_script:
- git config --global user.email "${GIT_USER_EMAIL:-$GITLAB_USER_EMAIL}"
- 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 <(echo "$$GITLAB_USER_NAME_$GPG_PRIVATE_KEY")
- gpg -v --import-options merge-only --import <(echo "$$GITLAB_USER_NAME_$GPG_PRIVATE_KEY")
after_script:
- echo "After script section"