Skip to content

Commit

Permalink
added code
Browse files Browse the repository at this point in the history
  • Loading branch information
Tope Emmanuel committed Sep 15, 2023
1 parent d7b508b commit 318b8bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/actions/deploy_v2/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ runs:
shell: bash
run: |
envtolower=`echo "${{ inputs.environment }} " | awk '{ print tolower($1) }'`
make ci $envtolower_aks terraform-plan-aks
envval="${envtolower}_aks"
echo "envval is ${envval}"
make ci ${envval} terraform-plan-aks
env:
IMAGE_TAG: ${{ inputs.sha }}

0 comments on commit 318b8bb

Please sign in to comment.