Unverified Commit 2e3f5da7 authored by kladko's avatar kladko

Added image tagging

parent ac5bad98
...@@ -59,7 +59,7 @@ SCRIPTS_DIR = topDir + "/scripts" ...@@ -59,7 +59,7 @@ SCRIPTS_DIR = topDir + "/scripts"
#print(sys.argv[2]); #print(sys.argv[2]);
assert subprocess.call(["echo", "$PWD"]) == 0; assert subprocess.call(["pwd"]) == 0;
assert subprocess.call(["docker", "build", topDir, "--file", topDir + "/DockerfileSimulation", "--tag", assert subprocess.call(["docker", "build", topDir, "--file", topDir + "/DockerfileSimulation", "--tag",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment