hung on the "do you want to do this y/n" add -y

lin_testDebRepo2
nr0q 2023-10-22 07:58:18 -05:00
rodzic d65743bf8d
commit 0b64cf8538
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -290,7 +290,7 @@ update_deb_repo:
before_script:
- |
apt-get update && apt-get upgrade -y
apt-get install apt apt-utils apt-transport-https ca-certificates gnupg
apt-get install apt apt-utils apt-transport-https ca-certificates gnupg -y
echo "deb [signed-by=/usr/share/keyrings/cloud.google.asc] https://packages.cloud.google.com/apt cloud-sdk main" | sudo tee -a /etc/apt/sources.list.d/google-cloud-sdk.list
curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo tee /usr/share/keyrings/cloud.google.asc
apt-get update && apt-get install google-cloud-cli -y