fix: add -y

This commit is contained in:
Naramsim 2024-06-03 10:00:21 +02:00
parent b7308de3a1
commit 962b38467e

View file

@ -32,7 +32,7 @@ spec:
key: POKEAPI_CHECKOUT_REF
command: ["sh", "-c"]
args:
- apt-get update && apt-get install curl git &&
- apt-get update && apt-get install -y curl git &&
curl -L https://github.com/hasura/graphql-engine/raw/stable/cli/get.sh | VERSION=v2.36.4 bash &&
cd /tmp &&
git clone https://github.com/PokeAPI/pokeapi.git &&