From 92e0636354e85aa1a30171fd9144e554e7cdf04c Mon Sep 17 00:00:00 2001 From: Slava Date: Mon, 28 Aug 2023 18:40:33 +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 5077052..e7cad80 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ prepare_job: image: python:3.10 script: - 'pip install requests' - - rm -rf {.git, ,gitattributes, .gitlab-ci.yml, CHANGELOG, README.md} + - 'rm -rf {.git, ,gitattributes, .gitlab-ci.yml, CHANGELOG, README.md}' - 'git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@gl.beaconborn.ru/bacon/translation-generator.git' - 'ls -al' - 'python3 translation-generator/main.py $CI_PROJECT_DIR/data/'