File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
.cloudbuild/library_generation Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 15
15
timeout : 7200s # 2 hours
16
16
substitutions :
17
17
_TEST_IMAGE_ID : " test-image:latest"
18
+ VERSION_CODENAME : " bookworm"
18
19
steps :
19
20
- name : gcr.io/cloud-builders/docker
20
21
args : [
44
45
# Add the repository to Apt sources:
45
46
echo \
46
47
"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
+ $(. /etc/os-release && echo "${ VERSION_CODENAME} ") stable" | \
48
49
sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
49
50
apt-get -y install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
50
51
# Install python dependencies
54
55
pip install --require-hashes -r hermetic_build/library_generation/requirements.txt
55
56
pip install hermetic_build/library_generation
56
57
python -m unittest hermetic_build/library_generation/tests/integration_tests.py
57
- env :
58
- - " VERSION_CODENAME=bookworm"
59
58
waitFor : ["library-generation-build"]
60
59
id : integration-test
61
60
You can’t perform that action at this time.
0 commit comments