summaryrefslogtreecommitdiffstats
path: root/conductor/docker/build-dockers.sh
diff options
context:
space:
mode:
Diffstat (limited to 'conductor/docker/build-dockers.sh')
-rwxr-xr-xconductor/docker/build-dockers.sh8
1 files changed, 0 insertions, 8 deletions
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/