remove extra echo step

This commit is contained in:
sid palas
2021-05-27 15:53:12 -07:00
parent fd8eae8c36
commit 771b8b16da

View File

@@ -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