From 8e156bca82c5056e473f32cfcf3db1b6a294a252 Mon Sep 17 00:00:00 2001 From: Ivan Nikolaev-Axenov Date: Thu, 26 Sep 2024 16:12:11 +0300 Subject: [PATCH] .gitlab-ci.yml changed --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 39a56afdf..43be7a066 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,7 @@ preflight: stage: preflight script: - pwd - - git clone -b without_db_update "http://gitlab-ci-token:$ACCESS_TOKEN@git.mfd.msk/mfd/clearing_test.git" + - git clone -b successful_set "http://gitlab-ci-token:$ACCESS_TOKEN@git.mfd.msk/mfd/clearing_test.git" artifacts: name: "$CI_COMMIT_REF_NAME" expire_in: 1 day @@ -55,7 +55,6 @@ test: - echo "Installing maven and python" && apk update && apk add maven python3 - echo "Copying jar files to clearing-all/bin" && cp -r /builds/mfd/clearing/z-distr/target/clearing/bin ./clr_test/clearing-all/bin - echo "Copying DDL.sql to db directory" && cp /builds/mfd/clearing/z-distr/target/clearing/db/DDL.sql ./clr_test/db/ - - ls ./clr_test/db/ - python3 clr_test/run_test_docker_containers.py artifacts: expire_in: 1 day