.gitlab-ci.yml updated v34

This commit is contained in:
Ivan Nikolaev-Axenov 2024-05-30 18:57:03 +03:00
parent 63f05fdcd1
commit b82c31e26e

View file

@ -21,7 +21,7 @@ def main():
os.remove(f"{CLR_TEST_DIR}/db/export.sql")
os.remove(f"{CLR_TEST_DIR}/db/test-data.sql")
shutil.copytree(f"{DATA_ROOT_DIR}/{folder}/db/", f"{CLR_TEST_DIR}/db/", dirs_exist_ok=True)
shutil.copytree(f"{DATA_ROOT_DIR}/{folder}/clearing_testing_utils/", f"{CLR_TEST_DIR}/clearing_all/clearing_testing_utils/store/", dirs_exist_ok=True)
shutil.copytree(f"{DATA_ROOT_DIR}/{folder}/clearing_testing_utils/", f"{CLR_TEST_DIR}/clearing_all/clearing_testing_utils/", dirs_exist_ok=True)
run_docker()
os.chdir("..")