mirror of
https://github.com/sidpalas/devops-directive-terraform-course.git
synced 2025-12-10 21:01:14 +00:00
remove extra echo step
This commit is contained in:
3
.github/workflows/terraform.yml
vendored
3
.github/workflows/terraform.yml
vendored
@@ -80,9 +80,6 @@ jobs:
|
|||||||
else echo ::set-output name=environment::unknown
|
else echo ::set-output name=environment::unknown
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Echo environment
|
|
||||||
run: echo ${{ steps.check-tag.outputs.environment }}
|
|
||||||
|
|
||||||
- name: Terraform Apply Staging
|
- name: Terraform Apply Staging
|
||||||
if: steps.check-tag.outputs.environment == 'production' && github.event_name == 'push'
|
if: steps.check-tag.outputs.environment == 'production' && github.event_name == 'push'
|
||||||
working-directory: 07-managing-multiple-environments/file-structure/staging
|
working-directory: 07-managing-multiple-environments/file-structure/staging
|
||||||
|
|||||||
Reference in New Issue
Block a user