diff --git a/cloudbuild.yaml b/cloudbuild.yaml deleted file mode 100644 index c5ff40c..0000000 --- a/cloudbuild.yaml +++ /dev/null @@ -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"