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

View File

@ -17,8 +17,6 @@ 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"
@ -28,6 +26,8 @@ after_script:
- git commit -S -m "Source sorted by CI runner `date '+%F %T %Z %z'`"
- git status
- git push "https://${GITLAB_USER_NAME}:${MYPDNS_CI_ACCESS_TOKEN}@${CI_REPOSITORY_URL#*@}" "HEAD:${CI_COMMIT_REF_NAME}" -o skip-ci
- gpg --list-keys
- gpg --list-secret-keys
build:
stage: build