Skip to content

Commit

Permalink
add env
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed Dec 17, 2024
1 parent af6edb3 commit 1732a09
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
timeout: 7200s # 2 hours
substitutions:
_TEST_IMAGE_ID: "test-image:latest"
VERSION_CODENAME: "bookworm"
_VERSION_CODENAME: "bookworm"
steps:
- name: gcr.io/cloud-builders/docker
args: [
Expand Down Expand Up @@ -45,7 +45,7 @@ steps:
# Add the repository to Apt sources:
echo \
"deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/debian \
$(. /etc/os-release && echo "${VERSION_CODENAME}") stable" | \
$(. /etc/os-release && echo "${_VERSION_CODENAME}") stable" | \
sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
apt-get -y install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
# Install python dependencies
Expand Down

0 comments on commit 1732a09

Please sign in to comment.