mirror of
https://github.com/sidpalas/devops-directive-terraform-course.git
synced 2025-12-10 12:51: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
|
||||
fi
|
||||
|
||||
- name: Echo environment
|
||||
run: echo ${{ steps.check-tag.outputs.environment }}
|
||||
|
||||
- name: Terraform Apply Staging
|
||||
if: steps.check-tag.outputs.environment == 'production' && github.event_name == 'push'
|
||||
working-directory: 07-managing-multiple-environments/file-structure/staging
|
||||
|
||||
Reference in New Issue
Block a user