Unverified Commit 08c96743 authored by kladko's avatar kladko

Added image tagging

parent 63955d5b
......@@ -49,14 +49,11 @@
import sys, os, subprocess, time
os.chdir("..")
topDir = os.getcwd()
print("Starting build push")
print("Starting build")
print("Top directory is:" + topDir)
dockerExecutable = subprocess.check_output(["which", "docker"])
SCRIPTS_DIR = topDir + "/scripts"
print(topDir);
sys.exit(-1);
#print(sys.argv[1]);
#print(sys.argv[2]);
......
......@@ -54,9 +54,6 @@ print("Top directory is:" + topDir)
dockerExecutable = subprocess.check_output(["which", "docker"])
SCRIPTS_DIR = topDir + "/scripts"
print(topDir);
sys.exit(-1);
#print(sys.argv[1]);
#print(sys.argv[2]);
......
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