remove build yaml
This commit is contained in:
parent
f3f4c40390
commit
20b5c94035
1 changed files with 0 additions and 15 deletions
|
@ -1,15 +0,0 @@
|
||||||
steps:
|
|
||||||
- name: 'busybox'
|
|
||||||
args:
|
|
||||||
- sh
|
|
||||||
- -c
|
|
||||||
- |
|
|
||||||
echo '{"git": {"revisionId": "$REVISION_ID", "url": "git@github.com:pebble-dev/rebble-weather.git"}}' > source-context.json
|
|
||||||
- name: 'gcr.io/cloud-builders/docker'
|
|
||||||
args:
|
|
||||||
- build
|
|
||||||
- "--tag=gcr.io/pebble-rebirth/weather:g$SHORT_SHA"
|
|
||||||
- "--file=./Dockerfile.cloudrun"
|
|
||||||
- .
|
|
||||||
images:
|
|
||||||
- "gcr.io/pebble-rebirth/weather:g$SHORT_SHA"
|
|
Reference in a new issue