From b5b2ebe6fc75c5f36d52fc904ad40bc198d39e3d Mon Sep 17 00:00:00 2001 From: Russell Tan Date: Thu, 26 Mar 2020 19:11:15 -0700 Subject: [PATCH] Update Continuous_Delivery.yml Forgot to remove tf init --- .github/workflows/Continuous_Delivery.yml | 26 +++++++++++------------ 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/Continuous_Delivery.yml b/.github/workflows/Continuous_Delivery.yml index 470077de9..5f1c8d636 100644 --- a/.github/workflows/Continuous_Delivery.yml +++ b/.github/workflows/Continuous_Delivery.yml @@ -44,19 +44,19 @@ jobs: BASE_BRANCH: master # The branch the action should deploy from. BRANCH: gh-pages # The branch the action should deploy to. FOLDER: dist # The folder the action should deploy. - - name: Terraform Init - uses: hashicorp/terraform-github-actions@master - with: - tf_actions_version: ${{ env.tf_version }} - tf_actions_working_dir: ${{ env.tf_working_dir }} - tf_actions_subcommand: 'init' - - name: Terraform Validate - uses: hashicorp/terraform-github-actions@master - with: - tf_actions_version: ${{ env.tf_version }} - tf_actions_working_dir: ${{ env.tf_working_dir }} - tf_actions_subcommand: 'validate' - tf_actions_comment: true + # - name: Terraform Init + # uses: hashicorp/terraform-github-actions@master + # with: + # tf_actions_version: ${{ env.tf_version }} + # tf_actions_working_dir: ${{ env.tf_working_dir }} + # tf_actions_subcommand: 'init' + # - name: Terraform Validate + # uses: hashicorp/terraform-github-actions@master + # with: + # tf_actions_version: ${{ env.tf_version }} + # tf_actions_working_dir: ${{ env.tf_working_dir }} + # tf_actions_subcommand: 'validate' + # tf_actions_comment: true # - name: Terraform Apply # uses: hashicorp/terraform-github-actions@master # with: