mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
delete github workflow
This commit is contained in:
0
.github/workflows/firebase_hosting.yml
vendored
0
.github/workflows/firebase_hosting.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user