Skip to content

Commit

Permalink
Small build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
apricot13 committed Jan 24, 2024
1 parent 0f8f295 commit 021a18a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gcp-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: GCP Setup

on:
push:
# branches: [main]
# paths:
# - ".github/workflows/gcp-setup.yml"
branches: [master]
paths:
- ".github/workflows/gcp-setup.yml"

jobs:
# These run in parallel because gcp-services and setup-networking only make changes on the first run.
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/soap-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
--update-env-vars=FUNCTION_URL=${function_url},PROJECT_NUMBER=${project_number},WSDL=./wsdl.xml
- name: Update ofsted-stub container with its own url (not ideal)
run: |
project_id=$(gcloud config get-value project)
its_own_url=$(gcloud run services describe ofsted-stub --platform=managed --region=europe-west1 --format="value(status.url)")
gcloud run deploy ofsted-stub --image=gcr.io/${project_id}/ofsted-stub \
--platform=managed --region=europe-west1 --allow-unauthenticated \
Expand Down

0 comments on commit 021a18a

Please sign in to comment.