Skip to content

Commit

Permalink
revert docker_up_cmd package step
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikeytewari-ul committed Jun 24, 2024
1 parent 8c936b0 commit 184f852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/python/replay_target.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def replay_target (target):
target.modify_gradle(sdk_version)

# server start
docker_up_cmd = "cd " + target.test_repo_name + " && mvn package -DskipTests=true && docker-compose -f conf/docker-compose.yml up -d"
docker_up_cmd = "cd " + target.test_repo_name + " && docker-compose -f conf/docker-compose.yml up -d"
val_1 = os.system(docker_up_cmd)

proc = subprocess.Popen(["docker ps -a"], stdout=subprocess.PIPE, shell=True)
Expand Down

0 comments on commit 184f852

Please sign in to comment.