.gitlab-ci.yml updated v87

This commit is contained in:
Ivan Nikolaev-Axenov 2024-07-02 10:32:50 +03:00
parent 0bf97ddb22
commit 73bbe538cd

View file

@ -17,7 +17,7 @@ RESULT_FILES_DIR = os.environ['RESULT_FILES_DIR']
def run_docker(folder_name, date):
print(f"Running docker-compose for {folder_name}")
subprocess.call('docker compose pull', shell=True)
subprocess.call('docker compose build', shell=True)
subprocess.call('docker compose build --no-cache', shell=True)
subprocess.call('docker compose up --abort-on-container-exit --exit-code-from clearing_system', shell=True)