From 0edade93c1fe61c189df14dbb95bcd3b24ff310e Mon Sep 17 00:00:00 2001 From: Slava Date: Mon, 28 Aug 2023 18:00:00 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 68bf9ae..ebe207d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,8 +2,6 @@ stages: - prepare # List of stages for jobs, and their order of execution - release -variables: - PROJECT_TOKEN: 'glpat-ZMsMVQkmDvsEYUiqhfq7' # @@ -18,7 +16,7 @@ prepare_job: stage: prepare script: - 'pip install requests' - - 'git clone https://oauth2:glpat-ZMsMVQkmDvsEYUiqhfq7@gl.beaconborn.ru/bacon/translation-generator.git' + - 'git clone https://oauth2:$key@gl.beaconborn.ru/bacon/translation-generator.git' - 'ls -al'