1
1
Fork 0
Signed by @spirillen
This commit is contained in:
spirillen 2021-09-11 02:48:16 +02:00
parent ff64ecd362
commit 9d0f844a3e
No known key found for this signature in database
GPG Key ID: 30562ED6FB236E4E
1 changed files with 3 additions and 4 deletions

View File

@ -12,8 +12,8 @@ before_script:
- export DEBIAN_FRONTEND=noninteractive
- apt-get update
- apt-get install -yq bash git
- 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 "${GIT_USER_EMAIL:-$GITLAB_USER_EMAIL}"
# - git config --global user.name "${GIT_USER_NAME:-$GITLAB_USER_NAME}"
# - git config --global user.email "4593890-MypDNS@users.noreply.gitlab.com"
# - git config --global user.name "MypDNS"
# - git remote set-url origin https://mypdns:$MypDNS_CI@gitlab.com/$CI_PROJECT_PATH.git
@ -57,8 +57,7 @@ deploy1:
stage: deploy
script:
- echo "Do your deploy here"
- 'standard-version --releaseCommitMessageFormat "chore(release): {{currentTag}}"'
- git remote show origin
- git remote set-url --push origin git@gitlab:$CI_PROJECT_PATH
- git remote show origin
- git push --follow-tags origin HEAD:$CI_COMMIT_REF_NAME
- git push --follow-tags origin HEAD:$CI_COMMIT_REF_NAME -o skip-ci