Update .gitlab-ci.yml file

This commit is contained in:
Slava
2023-08-29 00:44:35 +00:00
parent dc87cd44a9
commit 052065e54e

View File

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