Skip to content

Commit 1732a09

Browse files
committed
add env
1 parent af6edb3 commit 1732a09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cloudbuild/library_generation/cloudbuild-library-generation-integration-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
timeout: 7200s # 2 hours
1616
substitutions:
1717
_TEST_IMAGE_ID: "test-image:latest"
18-
VERSION_CODENAME: "bookworm"
18+
_VERSION_CODENAME: "bookworm"
1919
steps:
2020
- name: gcr.io/cloud-builders/docker
2121
args: [
@@ -45,7 +45,7 @@ steps:
4545
# Add the repository to Apt sources:
4646
echo \
4747
"deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/debian \
48-
$(. /etc/os-release && echo "${VERSION_CODENAME}") stable" | \
48+
$(. /etc/os-release && echo "${_VERSION_CODENAME}") stable" | \
4949
sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
5050
apt-get -y install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
5151
# Install python dependencies

0 commit comments

Comments
 (0)