We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 215307b + 1ec7d08 commit 92473afCopy full SHA for 92473af
1 file changed
cloudbuild-webapp.yaml
@@ -1,6 +1,14 @@
1
# Cloud Build config for webapp (dev-webapp trigger).
2
# _REGION and _ENVIRONMENT are set by the trigger (Terraform).
3
steps:
4
+ - name: ghcr.io/astral-sh/uv:debian
5
+ entrypoint: bash
6
+ args:
7
+ - -c
8
+ - |
9
+ set -e
10
+ apt-get update && apt-get install -y --no-install-recommends git
11
+ uv lock --upgrade-package edvise
12
- name: gcr.io/cloud-builders/docker
13
args:
14
- build
0 commit comments