From 9c55c40682c60608ddbcf99bc1611a55cc95d096 Mon Sep 17 00:00:00 2001 From: Jon Huhn Date: Tue, 25 Aug 2020 14:47:10 -0500 Subject: [PATCH] ref(demo): remove build-push-images.sh (#1616) The build-push-images.sh script does the same thing as the `docker-push` Makefile target. --- demo/build-push-images.sh | 11 ----------- demo/run-osm-demo.sh | 2 +- 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100755 demo/build-push-images.sh diff --git a/demo/build-push-images.sh b/demo/build-push-images.sh deleted file mode 100755 index e5013c5cdf..0000000000 --- a/demo/build-push-images.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -set -aueo pipefail - -make docker-push-osm-controller - -make docker-push-init -make docker-push-bookbuyer -make docker-push-bookthief -make docker-push-bookstore -make docker-push-bookwarehouse diff --git a/demo/run-osm-demo.sh b/demo/run-osm-demo.sh index c5f5af6be5..94252088ba 100755 --- a/demo/run-osm-demo.sh +++ b/demo/run-osm-demo.sh @@ -91,7 +91,7 @@ if [ "$CERT_MANAGER" = "cert-manager" ]; then ./demo/deploy-cert-manager.sh fi -./demo/build-push-images.sh +make docker-push ./scripts/create-container-registry-creds.sh "$K8S_NAMESPACE" # Deploys Xds and Prometheus