1
0
Форкнуть 0
This commit is contained in:
Hieu Nguyen Nhu 2021-07-13 10:58:41 +08:00
Родитель 3d3d3370e3
Коммит 066f212d27
1 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -46,9 +46,8 @@ jobs:
- uses: hashicorp/setup-terraform@v1
with:
terraform_version: 1.0.0
- name: Install jq
run: sudo apt-get install jq
terraform_wrapper: false
# https://stackoverflow.com/questions/65170927/terraform-output-value-failed-formatted-by-jq-in-github-actions
- name: Deploy Standalone
if: contains(github.event.comment.body, '/deploy-all') || contains(github.event.comment.body, '/deploy-launchpad') || github.event_name != 'issue_comment'