Skip to content

Commit

Permalink
ref(demo): remove build-push-images.sh (openservicemesh#1616)
Browse files Browse the repository at this point in the history
The build-push-images.sh script does the same thing as the `docker-push`
Makefile target.
  • Loading branch information
nojnhuh authored Aug 25, 2020
1 parent 722e129 commit 9c55c40
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions demo/build-push-images.sh

This file was deleted.

2 changes: 1 addition & 1 deletion demo/run-osm-demo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9c55c40

Please sign in to comment.