Skip to content

Commit

Permalink
added pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Tope Emmanuel committed Sep 18, 2023
1 parent d83ff48 commit 7a99e80
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/actions/deploy_v2/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,24 +56,10 @@ runs:
echo terraform version
- name: Terraform init, plan & apply
if: ${{ !contains(inputs.environment, 'review') }}
shell: bash
run: |
envval="${{ inputs.environment }}_aks"
echo "envval is ${envval}"
echo "not running in Review"
make ci ${envval} terraform-plan-aks PR_NUMBER=${{ inputs.pr }}
env:
IMAGE_TAG: ${{ inputs.sha }}


- name: Terraform init, plan & apply
if: ${{ contains(inputs.environment, 'review') }}
shell: bash
run: |
envval="${{ inputs.environment }}_aks"
echo "envval is ${envval}"
echo "running in Review"
make ci ${envval} terraform-plan-aks
env:
IMAGE_TAG: ${{ inputs.sha }}

0 comments on commit 7a99e80

Please sign in to comment.