Skip to content

Commit 50af624

Browse files
committed
assume yes
1 parent 96e4aa7 commit 50af624

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ steps:
3838
- |
3939
# Install docker, see https://docs.docker.com/engine/install/ubuntu/#install-using-the-repository
4040
apt-get update
41-
apt-get install ca-certificates curl
41+
apt-get install -y ca-certificates curl
4242
install -m 0755 -d /etc/apt/keyrings
4343
curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc
4444
chmod a+r /etc/apt/keyrings/docker.asc
@@ -47,7 +47,7 @@ steps:
4747
$(. /etc/os-release && echo "${_VERSION_CODENAME}") stable" | \
4848
tee /etc/apt/sources.list.d/docker.list > /dev/null
4949
apt-get update
50-
apt-get install \
50+
apt-get -y install \
5151
docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin \
5252
maven python
5353
# Install python dependencies

0 commit comments

Comments
 (0)