From aa6c42b840e0768c3d284b6458a09f15b25a8209 Mon Sep 17 00:00:00 2001 From: Slava Date: Mon, 28 Aug 2023 18:47:34 +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 e7cad80..c61d7a3 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, .gitignore, 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/'