From dc87cd44a9be9359212769a6f8dde5f78360c3b3 Mon Sep 17 00:00:00 2001 From: Slava Date: Tue, 29 Aug 2023 00:23:20 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1f9e98f..ed65c21 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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'