diff --git a/.github/workflows/firebase_hosting.yml b/.github/workflows/firebase_hosting.yml deleted file mode 100644 index e69de29b..00000000 diff --git a/cloudbuildfunctions.yaml b/cloudbuildfunctions.yaml index d3a6e56b..2598e222 100644 --- a/cloudbuildfunctions.yaml +++ b/cloudbuildfunctions.yaml @@ -1,9 +1,9 @@ steps: - - name: "gcr.io/kaniko-project/executor:latest" - args: - - --destination=gcr.io/$PROJECT_ID/image - - --cache=true - - --cache-ttl=24h + # - name: "gcr.io/kaniko-project/executor:latest" + # args: + # - --destination=gcr.io/$PROJECT_ID/image + # - --cache=true + # - --cache-ttl=24h - name: gcr.io/cloud-builders/gcloud args: - kms @@ -13,10 +13,10 @@ steps: - --location=global - --keyring=antler-vc - --key=cloudbuild-env - # - name: node:10.15.1 - # entrypoint: yarn - # args: ["install"] - # dir: "cloud_functions/functions" + - name: node:10.15.1 + entrypoint: yarn + args: ["install"] + dir: "cloud_functions/functions" - name: node:10.15.1 entrypoint: yarn args: