diff --git a/.github/workflows/dev-infrastructure.yml b/.github/workflows/bicep-lint.yml similarity index 95% rename from .github/workflows/dev-infrastructure.yml rename to .github/workflows/bicep-lint.yml index 54afc01c1..c92904370 100644 --- a/.github/workflows/dev-infrastructure.yml +++ b/.github/workflows/bicep-lint.yml @@ -1,5 +1,5 @@ --- -name: Validate dev-infrastructure +name: Bicep Lint on: pull_request: diff --git a/dev-infrastructure/create-config.sh b/dev-infrastructure/create-config.sh index 056fd4026..3f86fa2fa 100755 --- a/dev-infrastructure/create-config.sh +++ b/dev-infrastructure/create-config.sh @@ -3,7 +3,7 @@ set -e DEPLOY_ENV=$1 -cd $(dirname "$(realpath "${BASH_SOURCE[0]}")") +cd $(dirname "$(realpath "${BASH_SOURCE[0]}")") || exit ../templatize.sh "$DEPLOY_ENV" config.tmpl.mk config.mk for tmpl_file in configurations/*.tmpl.*; do output_file="${tmpl_file/.tmpl/}" diff --git a/svc-deploy.sh b/svc-deploy.sh index 43816176f..fb916f628 100755 --- a/svc-deploy.sh +++ b/svc-deploy.sh @@ -5,7 +5,7 @@ # this script expects the