We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67f9f5a commit 72b9f21Copy full SHA for 72b9f21
deployment/cloudbuild.yaml
@@ -4,8 +4,8 @@ steps:
4
- bash
5
- '-c'
6
- >-
7
- apt-get install -y unzip &&
8
- pip install requests grip j2cli &&
+ apt-get install -y unzip python3-requests &&
+ pip install --break-system-packages grip j2cli &&
9
cd deployment &&
10
bash rollout_new_release.sh live &&
11
bash rollout_new_release.sh staging
0 commit comments