Skip to content

Commit

Permalink
Merge pull request #40 from cldcvr/workflow
Browse files Browse the repository at this point in the history
Removed unused substitutions from cloudbuild and github workflow files
  • Loading branch information
amansingh14 authored Dec 6, 2023
2 parents d99525b + 17073ef commit f2d325a
Show file tree
Hide file tree
Showing 19 changed files with 52 additions and 62 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/0-bootstrap.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
cd ${{ github.workspace}}/build
gcloud builds submit --config=github-ssh-cloudbuild-bootstrap-plan.yml \
--project=${{ env.PROJECT_ID }} \
--substitutions=_SECRET_ID=${{ env.SECRET_ID }},_GIT_HEAD_BRANCH=${{ github.event.pull_request.head.ref }},_GIT_LZ_REPO="${{ github.repository }}.git",_GIT_WORK_DIR="${GITHUB_REPOSITORY##*/}/0-bootstrap",_WORKFLOW="0-bootstrap",_REPO=${GITHUB_REPOSITORY##*/},_GAR_REGION=${{ env.GAR_REGION}}
--substitutions=_SECRET_ID=${{ env.SECRET_ID }},_GIT_HEAD_BRANCH=${{ github.event.pull_request.head.ref }},_GIT_LZ_REPO="${{ github.repository }}.git",_GIT_WORK_DIR="${GITHUB_REPOSITORY##*/}/0-bootstrap",_GAR_REGION=${{ env.GAR_REGION}}

tflint:
name: "tflint"
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/1-org.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:
-H"authorization: Bearer ${{ env.GITHUB_TOKEN }}" \
-X GET ${{ env.URL }} | jq -r '.workflow_runs[0].conclusion'`
LAST_STAGE=true
if [ "$STATUS" == completed ] && [ "$CONCLUSION" == success ]; then
echo "::set-output name=success::$LAST_STAGE"
if [ "$STATUS" == completed ] && [ "$CONCLUSION" == success ]; then
echo "::set-output name=success::$LAST_STAGE"
else
LAST_STAGE=false
echo "::set-output name=failure::$LAST_STAGE"
echo "::set-output name=failure::$LAST_STAGE"
fi

terraform:
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
cd ${{ github.workspace}}/build
gcloud builds submit --config=github-ssh-cloudbuild-plan.yml \
--project=${{ env.PROJECT_ID }} \
--substitutions=_SECRET_ID=${{ env.SECRET_ID }},_GIT_HEAD_BRANCH=${{ github.event.pull_request.head.ref }},_GIT_LZ_REPO="${{ github.repository }}.git",_GIT_WORK_DIR="${GITHUB_REPOSITORY##*/}/1-org/envs/shared",_WORKFLOW="1-org",_REPO=${GITHUB_REPOSITORY##*/},_GAR_REGION=${{ env.GAR_REGION}}
--substitutions=_SECRET_ID=${{ env.SECRET_ID }},_GIT_HEAD_BRANCH=${{ github.event.pull_request.head.ref }},_GIT_LZ_REPO="${{ github.repository }}.git",_GIT_WORK_DIR="${GITHUB_REPOSITORY##*/}/1-org/envs/shared",_GAR_REGION=${{ env.GAR_REGION}}

terraform-versioncheck:
name: 'terraform version check'
Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/2-env-development.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ jobs:
-H"authorization: Bearer ${{ env.GITHUB_TOKEN }}" \
-X GET ${{ env.URL_BS }} | jq -r '.workflow_runs[0].conclusion'`
LAST_STAGE=true
if [ "$STATUS" == completed ] && [ "$CONCLUSION" == success ] && [ "$STATUS_BS" == completed ] && [ "$CONCLUSION_BS" == success ]; then
echo "::set-output name=success::$LAST_STAGE"
if [ "$STATUS" == completed ] && [ "$CONCLUSION" == success ] && [ "$STATUS_BS" == completed ] && [ "$CONCLUSION_BS" == success ]; then
echo "::set-output name=success::$LAST_STAGE"
else
LAST_STAGE=false
echo "::set-output name=failure::$LAST_STAGE"
echo "::set-output name=failure::$LAST_STAGE"
fi

terraform:
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
cd ${{ github.workspace}}/build
gcloud builds submit --config=github-ssh-cloudbuild-plan.yml \
--project=${{ env.PROJECT_ID }} \
--substitutions=_SECRET_ID=${{ env.SECRET_ID }},_GIT_HEAD_BRANCH=${{ github.event.pull_request.head.ref }},_GIT_LZ_REPO="${{ github.repository }}.git",_GIT_WORK_DIR="${GITHUB_REPOSITORY##*/}/2-env/envs/development",_WORKFLOW="2-env-development",_REPO=${GITHUB_REPOSITORY##*/},_GAR_REGION=${{ env.GAR_REGION}}
--substitutions=_SECRET_ID=${{ env.SECRET_ID }},_GIT_HEAD_BRANCH=${{ github.event.pull_request.head.ref }},_GIT_LZ_REPO="${{ github.repository }}.git",_GIT_WORK_DIR="${GITHUB_REPOSITORY##*/}/2-env/envs/development",_GAR_REGION=${{ env.GAR_REGION}}
tflint:
runs-on: INSERT_RUNNER_LABEL
defaults:
Expand Down Expand Up @@ -250,4 +250,3 @@ jobs:
repo: context.repo.repo,
body: '1-Org plan stage failed. Please run 0-bootstrap & 1-Org stage before running 2-env-Development.'
})

8 changes: 4 additions & 4 deletions .github/workflows/2-env-production.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:
-H"authorization: Bearer ${{ env.GITHUB_TOKEN }}" \
-X GET ${{ env.URL }} | jq -r '.workflow_runs[0].conclusion'`
LAST_STAGE=true
if [ "$STATUS" == completed ] && [ "$CONCLUSION" == success ]; then
echo "::set-output name=success::$LAST_STAGE"
if [ "$STATUS" == completed ] && [ "$CONCLUSION" == success ]; then
echo "::set-output name=success::$LAST_STAGE"
else
LAST_STAGE=false
echo "::set-output name=failure::$LAST_STAGE"
echo "::set-output name=failure::$LAST_STAGE"
fi

terraform:
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
cd ${{ github.workspace}}/build
gcloud builds submit --config=github-ssh-cloudbuild-plan.yml \
--project=${{ env.PROJECT_ID }} \
--substitutions=_SECRET_ID=${{ env.SECRET_ID }},_GIT_HEAD_BRANCH=${{ github.event.pull_request.head.ref }},_GIT_LZ_REPO="${{ github.repository }}.git",_GIT_WORK_DIR="${GITHUB_REPOSITORY##*/}/2-env/envs/production",_WORKFLOW="2-env-prod",_REPO=${GITHUB_REPOSITORY##*/},_GAR_REGION=${{ env.GAR_REGION}}
--substitutions=_SECRET_ID=${{ env.SECRET_ID }},_GIT_HEAD_BRANCH=${{ github.event.pull_request.head.ref }},_GIT_LZ_REPO="${{ github.repository }}.git",_GIT_WORK_DIR="${GITHUB_REPOSITORY##*/}/2-env/envs/production",_GAR_REGION=${{ env.GAR_REGION}}
tflint:
runs-on: INSERT_RUNNER_LABEL
defaults:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/2-env-staging.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:
-H"authorization: Bearer ${{ env.GITHUB_TOKEN }}" \
-X GET ${{ env.URL }} | jq -r '.workflow_runs[0].conclusion'`
LAST_STAGE=true
if [ "$STATUS" == completed ] && [ "$CONCLUSION" == success ]; then
echo "::set-output name=success::$LAST_STAGE"
if [ "$STATUS" == completed ] && [ "$CONCLUSION" == success ]; then
echo "::set-output name=success::$LAST_STAGE"
else
LAST_STAGE=false
echo "::set-output name=failure::$LAST_STAGE"
echo "::set-output name=failure::$LAST_STAGE"
fi

terraform:
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
cd ${{ github.workspace}}/build
gcloud builds submit --config=github-ssh-cloudbuild-plan.yml \
--project=${{ env.PROJECT_ID }} \
--substitutions=_SECRET_ID=${{ env.SECRET_ID }},_GIT_HEAD_BRANCH=${{ github.event.pull_request.head.ref }},_GIT_LZ_REPO="${{ github.repository }}.git",_GIT_WORK_DIR="${GITHUB_REPOSITORY##*/}/2-env/envs/staging",_WORKFLOW="2-env-staging",_REPO=${GITHUB_REPOSITORY##*/},_GAR_REGION=${{ env.GAR_REGION}}
--substitutions=_SECRET_ID=${{ env.SECRET_ID }},_GIT_HEAD_BRANCH=${{ github.event.pull_request.head.ref }},_GIT_LZ_REPO="${{ github.repository }}.git",_GIT_WORK_DIR="${GITHUB_REPOSITORY##*/}/2-env/envs/staging",_GAR_REGION=${{ env.GAR_REGION}}
tflint:
runs-on: INSERT_RUNNER_LABEL
defaults:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/3-networks-development.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:
-H"authorization: Bearer ${{ env.GITHUB_TOKEN }}" \
-X GET ${{ env.URL_3_NET_SHARED }} | jq -r '.workflow_runs[0].conclusion'`
LAST_STAGE=true
if [ "$STATUS" == completed ] && [ "$CONCLUSION" == success ] ; then
echo "::set-output name=success::$LAST_STAGE"
if [ "$STATUS" == completed ] && [ "$CONCLUSION" == success ] ; then
echo "::set-output name=success::$LAST_STAGE"
else
LAST_STAGE=false
echo "::set-output name=failure::$LAST_STAGE"
echo "::set-output name=failure::$LAST_STAGE"
fi
terraform:
needs: [terraform-versioncheck,tflint,previous-stage-check]
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
cd ${{ github.workspace}}/build
gcloud builds submit --config=github-ssh-cloudbuild-plan.yml \
--project=${{ env.PROJECT_ID }} \
--substitutions=_SECRET_ID=${{ env.SECRET_ID }},_GIT_HEAD_BRANCH=${{ github.event.pull_request.head.ref }},_GIT_LZ_REPO="${{ github.repository }}.git",_GIT_WORK_DIR="${GITHUB_REPOSITORY##*/}/3-networks/envs/development",_WORKFLOW="3-network-dev",_REPO=${GITHUB_REPOSITORY##*/},_GAR_REGION=${{ env.GAR_REGION}}
--substitutions=_SECRET_ID=${{ env.SECRET_ID }},_GIT_HEAD_BRANCH=${{ github.event.pull_request.head.ref }},_GIT_LZ_REPO="${{ github.repository }}.git",_GIT_WORK_DIR="${GITHUB_REPOSITORY##*/}/3-networks/envs/development",_GAR_REGION=${{ env.GAR_REGION}}
terraform-versioncheck:
name: 'terraform version check'
runs-on: INSERT_RUNNER_LABEL
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/3-networks-production.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:
-H"authorization: Bearer ${{ env.GITHUB_TOKEN }}" \
-X GET ${{ env.URL_3_NET_SHARED }} | jq -r '.workflow_runs[0].conclusion'`
LAST_STAGE=true
if [ "$STATUS" == completed ] && [ "$CONCLUSION" == success ]; then
echo "::set-output name=success::$LAST_STAGE"
if [ "$STATUS" == completed ] && [ "$CONCLUSION" == success ]; then
echo "::set-output name=success::$LAST_STAGE"
else
LAST_STAGE=false
echo "::set-output name=failure::$LAST_STAGE"
echo "::set-output name=failure::$LAST_STAGE"
fi
terraform:
needs: [terraform-versioncheck,tflint,previous-stage-check]
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
cd ${{ github.workspace}}/build
gcloud builds submit --config=github-ssh-cloudbuild-plan.yml \
--project=${{ env.PROJECT_ID }} \
--substitutions=_SECRET_ID=${{ env.SECRET_ID }},_GIT_HEAD_BRANCH=${{ github.event.pull_request.head.ref }},_GIT_LZ_REPO="${{ github.repository }}.git",_GIT_WORK_DIR="${GITHUB_REPOSITORY##*/}/3-networks/envs/production",_WORKFLOW="3-net-prod",_REPO=${GITHUB_REPOSITORY##*/},_GAR_REGION=${{ env.GAR_REGION}}
--substitutions=_SECRET_ID=${{ env.SECRET_ID }},_GIT_HEAD_BRANCH=${{ github.event.pull_request.head.ref }},_GIT_LZ_REPO="${{ github.repository }}.git",_GIT_WORK_DIR="${GITHUB_REPOSITORY##*/}/3-networks/envs/production",_GAR_REGION=${{ env.GAR_REGION}}
terraform-versioncheck:
name: 'terraform version check'
runs-on: INSERT_RUNNER_LABEL
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/3-networks-shared.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:
-H"authorization: Bearer ${{ env.GITHUB_TOKEN }}" \
-X GET ${{ env.URL_BS }} | jq -r '.workflow_runs[0].conclusion'`
LAST_STAGE=true
if [ "$STATUS_ORG" == completed ] && [ "$CONCLUSION_ORG" == success ] && [ "$STATUS_BS" == completed ] && [ "$CONCLUSION_BS" == success ]; then
echo "::set-output name=success::$LAST_STAGE"
if [ "$STATUS_ORG" == completed ] && [ "$CONCLUSION_ORG" == success ] && [ "$STATUS_BS" == completed ] && [ "$CONCLUSION_BS" == success ]; then
echo "::set-output name=success::$LAST_STAGE"
else
LAST_STAGE=false
echo "::set-output name=failure::$LAST_STAGE"
echo "::set-output name=failure::$LAST_STAGE"
fi
terraform:
needs: [terraform-versioncheck,tflint,previous-stage-check]
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
cd ${{ github.workspace}}/build
gcloud builds submit --config=github-ssh-cloudbuild-plan.yml \
--project=${{ env.PROJECT_ID }} \
--substitutions=_SECRET_ID=${{ env.SECRET_ID }},_GIT_HEAD_BRANCH=${{ github.event.pull_request.head.ref }},_GIT_LZ_REPO="${{ github.repository }}.git",_GIT_WORK_DIR="${GITHUB_REPOSITORY##*/}/3-networks/envs/shared",_WORKFLOW="3-net-shared",_REPO=${GITHUB_REPOSITORY##*/},_GAR_REGION=${{ env.GAR_REGION}}
--substitutions=_SECRET_ID=${{ env.SECRET_ID }},_GIT_HEAD_BRANCH=${{ github.event.pull_request.head.ref }},_GIT_LZ_REPO="${{ github.repository }}.git",_GIT_WORK_DIR="${GITHUB_REPOSITORY##*/}/3-networks/envs/shared",_GAR_REGION=${{ env.GAR_REGION}}
terraform-versioncheck:
name: 'terraform version check'
runs-on: INSERT_RUNNER_LABEL
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/3-networks-staging.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:
-H"authorization: Bearer ${{ env.GITHUB_TOKEN }}" \
-X GET ${{ env.URL_3_NET_DEV }} | jq -r '.workflow_runs[0].conclusion'`
LAST_STAGE=true
if [ "$STATUS" == completed ] && [ "$CONCLUSION" == success ]; then
echo "::set-output name=success::$LAST_STAGE"
if [ "$STATUS" == completed ] && [ "$CONCLUSION" == success ]; then
echo "::set-output name=success::$LAST_STAGE"
else
LAST_STAGE=false
echo "::set-output name=failure::$LAST_STAGE"
echo "::set-output name=failure::$LAST_STAGE"
fi
terraform:
needs: [terraform-versioncheck,tflint,previous-stage-check]
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
cd ${{ github.workspace}}/build
gcloud builds submit --config=github-ssh-cloudbuild-plan.yml \
--project=${{ env.PROJECT_ID }} \
--substitutions=_SECRET_ID=${{ env.SECRET_ID }},_GIT_HEAD_BRANCH=${{ github.event.pull_request.head.ref }},_GIT_LZ_REPO="${{ github.repository }}.git",_GIT_WORK_DIR="${GITHUB_REPOSITORY##*/}/3-networks/envs/staging",_WORKFLOW="3-net-staging",_REPO=${GITHUB_REPOSITORY##*/},_GAR_REGION=${{ env.GAR_REGION}}
--substitutions=_SECRET_ID=${{ env.SECRET_ID }},_GIT_HEAD_BRANCH=${{ github.event.pull_request.head.ref }},_GIT_LZ_REPO="${{ github.repository }}.git",_GIT_WORK_DIR="${GITHUB_REPOSITORY##*/}/3-networks/envs/staging",_GAR_REGION=${{ env.GAR_REGION}}
terraform-versioncheck:
name: 'terraform version check'
runs-on: INSERT_RUNNER_LABEL
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/4-projects-development-BU_NAME.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:
-H"authorization: Bearer ${{ env.GITHUB_TOKEN }}" \
-X GET ${{ env.URL_SHRD_BU_NAME }} | jq -r '.workflow_runs[0].conclusion'`
LAST_STAGE=true
if [ "$STATUS" == completed ] && [ "$CONCLUSION" == success ] ; then
echo "::set-output name=success::$LAST_STAGE"
if [ "$STATUS" == completed ] && [ "$CONCLUSION" == success ] ; then
echo "::set-output name=success::$LAST_STAGE"
else
LAST_STAGE=false
echo "::set-output name=failure::$LAST_STAGE"
echo "::set-output name=failure::$LAST_STAGE"
fi
terraform:
needs: [terraform-versioncheck,tflint,previous-stage-check]
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
cd ${{ github.workspace}}/build
gcloud builds submit --config=github-ssh-cloudbuild-plan.yml \
--project=${{ env.PROJECT_ID }} \
--substitutions=_SECRET_ID=${{ env.SECRET_ID }},_GIT_HEAD_BRANCH=${{ github.event.pull_request.head.ref }},_GIT_LZ_REPO="${{ github.repository }}.git",_GIT_WORK_DIR="${GITHUB_REPOSITORY##*/}/4-projects/BU_NAME/development",_WORKFLOW="4-prj-dev",_REPO=${GITHUB_REPOSITORY##*/},_GAR_REGION=${{ env.GAR_REGION}}
--substitutions=_SECRET_ID=${{ env.SECRET_ID }},_GIT_HEAD_BRANCH=${{ github.event.pull_request.head.ref }},_GIT_LZ_REPO="${{ github.repository }}.git",_GIT_WORK_DIR="${GITHUB_REPOSITORY##*/}/4-projects/BU_NAME/development",_GAR_REGION=${{ env.GAR_REGION}}

terraform-versioncheck:
name: 'terraform version check'
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/4-projects-production-BU_NAME.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:
-H"authorization: Bearer ${{ env.GITHUB_TOKEN }}" \
-X GET ${{ env.URL_4_PRJ_SHARED }} | jq -r '.workflow_runs[0].conclusion'`
LAST_STAGE=true
if [ "$STATUS" == completed ] && [ "$CONCLUSION" == success ] ; then
echo "::set-output name=success::$LAST_STAGE"
if [ "$STATUS" == completed ] && [ "$CONCLUSION" == success ] ; then
echo "::set-output name=success::$LAST_STAGE"
else
LAST_STAGE=false
echo "::set-output name=failure::$LAST_STAGE"
echo "::set-output name=failure::$LAST_STAGE"
fi

terraform:
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
cd ${{ github.workspace}}/build
gcloud builds submit --config=github-ssh-cloudbuild-plan.yml \
--project=${{ env.PROJECT_ID }} \
--substitutions=_SECRET_ID=${{ env.SECRET_ID }},_GIT_HEAD_BRANCH=${{ github.event.pull_request.head.ref }},_GIT_LZ_REPO="${{ github.repository }}.git",_GIT_WORK_DIR="${GITHUB_REPOSITORY##*/}/4-projects/BU_NAME/production",_WORKFLOW="4-prj-prod",_REPO=${GITHUB_REPOSITORY##*/},_GAR_REGION=${{ env.GAR_REGION}}
--substitutions=_SECRET_ID=${{ env.SECRET_ID }},_GIT_HEAD_BRANCH=${{ github.event.pull_request.head.ref }},_GIT_LZ_REPO="${{ github.repository }}.git",_GIT_WORK_DIR="${GITHUB_REPOSITORY##*/}/4-projects/BU_NAME/production",_GAR_REGION=${{ env.GAR_REGION}}

terraform-versioncheck:
name: 'terraform version check'
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/4-projects-shared-BU_NAME.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ jobs:
-H"authorization: Bearer ${{ env.GITHUB_TOKEN }}" \
-X GET ${{ env.URL_3_NET_SHARED }} | jq -r '.workflow_runs[0].conclusion'`
LAST_STAGE=true
if [ "$STATUS_BS" == completed ] && [ "$CONCLUSION_BS" == success ] && [ "$STATUS_ORG" == completed ] && [ "$CONCLUSION_ORG" == success ] && [ "$STATUS_3_NET_SHRD" == completed ] && [ "$CONCLUSION_3_NET_SHRD" == success ] ; then
echo "::set-output name=success::$LAST_STAGE"
if [ "$STATUS_BS" == completed ] && [ "$CONCLUSION_BS" == success ] && [ "$STATUS_ORG" == completed ] && [ "$CONCLUSION_ORG" == success ] && [ "$STATUS_3_NET_SHRD" == completed ] && [ "$CONCLUSION_3_NET_SHRD" == success ] ; then
echo "::set-output name=success::$LAST_STAGE"
else
LAST_STAGE=false
echo "::set-output name=failure::$LAST_STAGE"
echo "::set-output name=failure::$LAST_STAGE"
fi
terraform:
needs: [terraform-versioncheck,tflint,previous-stage-check]
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
cd ${{ github.workspace}}/build
gcloud builds submit --config=github-ssh-cloudbuild-plan.yml \
--project=${{ env.PROJECT_ID }} \
--substitutions=_SECRET_ID=${{ env.SECRET_ID }},_GIT_HEAD_BRANCH=${{ github.event.pull_request.head.ref }},_GIT_LZ_REPO="${{ github.repository }}.git",_GIT_WORK_DIR="${GITHUB_REPOSITORY##*/}/4-projects/BU_NAME/shared",_WORKFLOW="4-prj-shared",_REPO=${GITHUB_REPOSITORY##*/},_GAR_REGION=${{ env.GAR_REGION}}
--substitutions=_SECRET_ID=${{ env.SECRET_ID }},_GIT_HEAD_BRANCH=${{ github.event.pull_request.head.ref }},_GIT_LZ_REPO="${{ github.repository }}.git",_GIT_WORK_DIR="${GITHUB_REPOSITORY##*/}/4-projects/BU_NAME/shared",_GAR_REGION=${{ env.GAR_REGION}}

terraform-versioncheck:
name: 'terraform version check'
Expand Down
Loading

0 comments on commit f2d325a

Please sign in to comment.