From 946a585ec73d16d17e3b4ba82cf85b139bdbfdbf Mon Sep 17 00:00:00 2001 From: Slava Date: Mon, 28 Aug 2023 18:06:37 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 79b5cab..7e0a8f7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,9 +16,9 @@ prepare_job: stage: prepare script: - export - # - 'pip install requests' - # - 'git clone https://oauth2:$key@gl.beaconborn.ru/bacon/translation-generator.git' - # - 'ls -al' + - 'pip install requests' + - 'git clone https://bacon:$PROJECT_TRANSLATE@gl.beaconborn.ru/bacon/translation-generator.git' + - 'ls -al'