remove build yaml
This commit is contained in:
parent
769c28a8a2
commit
955086a31e
2 changed files with 1 additions and 10 deletions
|
@ -13,7 +13,7 @@ from flask import Flask, request, Response, abort
|
||||||
|
|
||||||
app = Flask(__name__)
|
app = Flask(__name__)
|
||||||
|
|
||||||
AUTH_URL = "https://auth.rebble.io"
|
#AUTH_URL = "https://auth.rebble.io"
|
||||||
API_KEY = os.environ['SPEECH_API_KEY']
|
API_KEY = os.environ['SPEECH_API_KEY']
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
steps:
|
|
||||||
- name: 'gcr.io/cloud-builders/docker'
|
|
||||||
args:
|
|
||||||
- build
|
|
||||||
- "--tag=gcr.io/pebble-rebirth/asr:g$SHORT_SHA"
|
|
||||||
- "--file=./Dockerfile"
|
|
||||||
- .
|
|
||||||
images:
|
|
||||||
- "gcr.io/pebble-rebirth/asr:g$SHORT_SHA"
|
|
Reference in a new issue