From ae4e872b7430afb409fec7fd233ef47676fa5a00 Mon Sep 17 00:00:00 2001 From: Slava Date: Mon, 28 Aug 2023 17:47:04 +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 57c8934..fe3b104 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,7 @@ prepare_job: stage: prepare script: - 'pip install requests' - - 'git clone https://translation-generator:$PROJECT_TOKEN@$CI_SERVER_HOST/bacon/translation-generator.git' + - 'git clone https://bacon:$PROJECT_TOKEN@$CI_SERVER_HOST/bacon/translation-generator.git' - 'ls -al'