1
1
Fork 0

Forgot ` -o skip-ci`

Signed by @spirillen
This commit is contained in:
spirillen 2021-09-11 12:40:21 +02:00
parent bdd13d5ccf
commit 6f79e75c02
No known key found for this signature in database
GPG Key ID: 30562ED6FB236E4E
1 changed files with 2 additions and 2 deletions

View File

@ -23,9 +23,9 @@ after_script:
- echo "For example you might do some clean up here"
- echo -e "After script section...\n"
- git add .
- git commit -m "Auto committed from the CI runner `date '+%F %T %Z %z'` [skip ci]"
- git commit -m "Auto committed from the CI runner `date '+%F %T %Z %z'`"
- git status
- git push -u origin ${CI_COMMIT_REF_NAME}
- git push -u origin ${CI_COMMIT_REF_NAME} -o skip-ci
build:
stage: build