Unverified Commit 8e59f1e2 authored by kladko's avatar kladko

Added image tagging

parent 5fb92e86
...@@ -48,10 +48,9 @@ ...@@ -48,10 +48,9 @@
import sys, os, subprocess, time import sys, os, subprocess, time
os.chdir("..") os.chdir("..")
topDir = os.getcwd() topDir = os.getcwd() + "/sgxwallet"
print("Starting build push") print("Starting build push")
print("Top directory is:" + topDir) print("Top directory is:" + topDir)
dockerExecutable = subprocess.check_output(["which", "docker"])
SCRIPTS_DIR = topDir + "/scripts" SCRIPTS_DIR = topDir + "/scripts"
......
...@@ -8,10 +8,9 @@ ...@@ -8,10 +8,9 @@
import sys, os, subprocess, socket, time import sys, os, subprocess, socket, time
os.chdir("..") os.chdir("..")
topDir = os.getcwd() topDir = os.getcwd() + "/sgxwallet"
print("Starting build push") print("Starting build push")
print("Top directory is:" + topDir) print("Top directory is:" + topDir)
dockerExecutable = subprocess.check_output(["which", "docker"])
SCRIPTS_DIR = topDir + "/scripts" SCRIPTS_DIR = topDir + "/scripts"
print("Running test"); print("Running test");
......
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