.gitlab-ci.yml updated v45
This commit is contained in:
parent
caf06224cb
commit
1b441d1b54
1 changed files with 1 additions and 2 deletions
|
|
@ -11,8 +11,7 @@ CLR_TEST_DIR = os.environ['CLR_TEST_DIR']
|
|||
def run_docker(folder_name):
|
||||
print(f"Running docker-compose for {folder_name}")
|
||||
os.chdir(CLR_TEST_DIR)
|
||||
#subprocess.call("docker compose down --volumes", shell=True)
|
||||
subprocess.call("docker compose up --build --abort-on-container-exit --exit-code-from clearing_system", shell=True)
|
||||
subprocess.call("docker compose up -V --build --abort-on-container-exit --exit-code-from clearing_system", shell=True)
|
||||
os.chdir("..")
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue