From 4644383c736fc4bc471ec7fb31923730efcb148f Mon Sep 17 00:00:00 2001 From: Slava Date: Mon, 28 Aug 2023 17:52:09 +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 2fe07b6..1831e2d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,7 @@ prepare_job: stage: prepare script: - 'pip install requests' - - 'git clone https://oauth2:gl.beaconborn.ru/bacon/translation-generator.git' + - 'git clone https://oauth2:$PROJECT_TOKEN@gl.beaconborn.ru/bacon/translation-generator.git' - 'ls -al'