remove extraneous build commands
diff --git a/xos/configurations/cord-pod/Makefile b/xos/configurations/cord-pod/Makefile
index 61e9e3d..878797c 100644
--- a/xos/configurations/cord-pod/Makefile
+++ b/xos/configurations/cord-pod/Makefile
@@ -2,7 +2,6 @@
xos: up bootstrap
up:
- sudo docker-compose build
sudo docker-compose up -d
../common/wait_for_xos_port.sh 80
@@ -78,7 +77,6 @@
cat $$CRT >> ../../../containers/xos/local_certs.crt ;\
echo "" >> ../../../containers/xos/local_certs.crt ;\
done
- cd ../../../containers/xos; make base
cd ../../../containers/xos; make devel
cd ../../../containers/synchronizer; make
diff --git a/xos/configurations/devel/Makefile b/xos/configurations/devel/Makefile
index 86d6a81..e55f38b 100644
--- a/xos/configurations/devel/Makefile
+++ b/xos/configurations/devel/Makefile
@@ -5,7 +5,6 @@
devstack: upgrade_pkgs common_devstack xos
xos:
- sudo docker-compose build
sudo MYIP=$(MYIP) docker-compose up -d
bash ../common/wait_for_xos.sh
sudo docker-compose run xos python /opt/xos/tosca/run.py none /opt/xos/configurations/common/fixtures.yaml