.gitlab-ci.yml updated v105
This commit is contained in:
parent
84f672bb62
commit
8382387ffa
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ def run_docker(folder_name, date):
|
||||||
os.chdir("clr_test")
|
os.chdir("clr_test")
|
||||||
subprocess.call('docker compose pull', shell=True)
|
subprocess.call('docker compose pull', shell=True)
|
||||||
subprocess.call('docker compose build --no-cache', shell=True)
|
subprocess.call('docker compose build --no-cache', shell=True)
|
||||||
subprocess.call('docker compose up -d --abort-on-container-exit --exit-code-from clearing_system', shell=True)
|
subprocess.call('docker compose up --abort-on-container-exit --exit-code-from clearing_system', shell=True)
|
||||||
subprocess.call(f"docker cp clr_test-clearing_system-1:/opt/clearing/clearing_testing_utils/store/results {CLR_TEST_DIR}/mnt/results")
|
subprocess.call(f"docker cp clr_test-clearing_system-1:/opt/clearing/clearing_testing_utils/store/results {CLR_TEST_DIR}/mnt/results")
|
||||||
logging.info(os.listdir(f"{CLR_TEST_DIR}/mnt/results"))
|
logging.info(os.listdir(f"{CLR_TEST_DIR}/mnt/results"))
|
||||||
os.chdir("..")
|
os.chdir("..")
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue