Skip to content

Commit 92473af

Browse files
authored
Merge pull request #205 from datakind/fix/cloudbuild-install-edvise
fix: cloudbuild install edvise
2 parents 215307b + 1ec7d08 commit 92473af

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

cloudbuild-webapp.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Cloud Build config for webapp (dev-webapp trigger).
22
# _REGION and _ENVIRONMENT are set by the trigger (Terraform).
33
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
412
- name: gcr.io/cloud-builders/docker
513
args:
614
- build

0 commit comments

Comments
 (0)