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 e9f8036 commit 4103335Copy full SHA for 4103335
.cloudbuild/library_generation/cloudbuild-library-generation-integration-test.yaml
@@ -30,7 +30,7 @@ steps:
30
id: library-generation-build
31
waitFor: ["-"]
32
33
-- name: ubuntu:25.04
+- name: python:3.13.1
34
entrypoint: bash
35
args:
36
- "-c"
@@ -45,7 +45,7 @@ steps:
45
echo \
46
"deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/debian \
47
$(. /etc/os-release && echo "$VERSION_CODENAME") stable" | \
48
- sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
+ sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
49
apt-get -y install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
50
# Install python dependencies
51
pip install --upgrade pip
0 commit comments