Update .gitlab-ci.yml file

This commit is contained in:
Slava
2023-08-29 00:23:20 +00:00
parent a45ff79f16
commit dc87cd44a9

View File

@@ -39,7 +39,7 @@ prepare_job:
- chmod 644 ~/.ssh/known_hosts
- git config --global user.email 'bot@hzdr.de'
- git config --global user.name 'Bot'
- 'git push -o ci.skip https://gitlab-ci-token:${CI_JOB_TOKEN}@${CI_SERVER_HOST}/${CI_PROJECT_PATH}.git origin HEAD:$CI_COMMIT_BRANCH'
- 'git push -o ci.skip https://gitlab-ci-token:$CI_JOB_TOKEN@$CI_SERVER_HOST/$CI_PROJECT_PATH.git origin HEAD:testing'