.gitlab-ci.yml updated v87
This commit is contained in:
parent
0bf97ddb22
commit
73bbe538cd
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue