From 955086a31e78bcf4c36658d2fad1fd00637d0f65 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Tue, 25 Jun 2024 12:14:43 -0600 Subject: [PATCH] remove build yaml --- asr/__init__.py | 2 +- cloudbuild.yaml | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 cloudbuild.yaml diff --git a/asr/__init__.py b/asr/__init__.py index e946177..2012fbd 100644 --- a/asr/__init__.py +++ b/asr/__init__.py @@ -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'] diff --git a/cloudbuild.yaml b/cloudbuild.yaml deleted file mode 100644 index cfc403c..0000000 --- a/cloudbuild.yaml +++ /dev/null @@ -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"