Skip to content

Commit

Permalink
fix: gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
cka-y committed Oct 7, 2023
1 parent f1029b9 commit cdc87dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/datasets-batch-deployer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,6 @@ jobs:
continue-on-error: true # In case the bucket is not yet created
run: gsutil rm gs://${{inputs.FUNCTION_BUCKET_NAME}}/${{inputs.SOURCE_ZIP_PATH}}*

- name: Create Firestore Database
run: gcloud firestore databases create --location=${{ inputs.REGION }}

- name: Install Terraform
uses: hashicorp/setup-terraform@v1
with:
Expand All @@ -224,4 +221,7 @@ jobs:
cd infra/batch
terraform apply -auto-approve tf.plan
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Create Firestore Database
run: gcloud firestore databases create --location=${{ inputs.REGION }}

0 comments on commit cdc87dc

Please sign in to comment.