summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild-dockers.sh8
-rwxr-xr-xconductor/docker/build-dockers.sh8
-rwxr-xr-xpush-dockers.sh (renamed from conductor/docker/push-dockers.sh)0
-rwxr-xr-xrun-dockers.sh (renamed from conductor/docker/run-dockers.sh)0
-rwxr-xr-xstop-dockers.sh (renamed from conductor/docker/stop-dockers.sh)0
5 files changed, 8 insertions, 8 deletions
diff --git a/build-dockers.sh b/build-dockers.sh
new file mode 100755
index 0000000..37698c8
--- /dev/null
+++ b/build-dockers.sh
@@ -0,0 +1,8 @@
+#!/bin/bash
+# TODO (IKRAM): need to test api only first to test the docker upload chain.
+# Will enable the others once api is tested
+docker build -t api conductor/docker/api/
+docker build -t controller conductor/docker/controller/
+docker build -t data conductor/docker/data/
+docker build -t solver conductor/docker/solver/
+docker build -t reservation conductor/docker/reservation/
diff --git a/conductor/docker/build-dockers.sh b/conductor/docker/build-dockers.sh
deleted file mode 100755
index f62a6fd..0000000
--- a/conductor/docker/build-dockers.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/bash
-# TODO (IKRAM): need to test api only first to test the docker upload chain.
-# Will enable the others once api is tested
-docker build -t api api/
-docker build -t controller controller/
-docker build -t data data/
-docker build -t solver solver/
-docker build -t reservation reservation/
diff --git a/conductor/docker/push-dockers.sh b/push-dockers.sh
index 59cb7d4..59cb7d4 100755
--- a/conductor/docker/push-dockers.sh
+++ b/push-dockers.sh
diff --git a/conductor/docker/run-dockers.sh b/run-dockers.sh
index f8ae249..f8ae249 100755
--- a/conductor/docker/run-dockers.sh
+++ b/run-dockers.sh
diff --git a/conductor/docker/stop-dockers.sh b/stop-dockers.sh
index 72595e8..72595e8 100755
--- a/conductor/docker/stop-dockers.sh
+++ b/stop-dockers.sh