build-app.sh 249 B

123456789101112
  1. #!/usr/bin/env bash
  2. set -o errexit
  3. set -o nounset
  4. set -o pipefail
  5. # shellcheck disable=SC1091
  6. source hack/get-tools.sh
  7. plantbuild push ./plantbuild/build.jsonnet -l false
  8. echo "now please MANUALLY fill the image tag in the provisioning repo..."