remove build yaml

This commit is contained in:
Penelope Gwen 2024-06-25 12:14:43 -06:00
parent 769c28a8a2
commit 955086a31e
2 changed files with 1 additions and 10 deletions

View file

@ -13,7 +13,7 @@ from flask import Flask, request, Response, abort
app = Flask(__name__)
AUTH_URL = "https://auth.rebble.io"
#AUTH_URL = "https://auth.rebble.io"
API_KEY = os.environ['SPEECH_API_KEY']

View file

@ -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"