mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-21 19:03:08 +00:00
fix: add -y
This commit is contained in:
parent
b7308de3a1
commit
962b38467e
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ spec:
|
||||||
key: POKEAPI_CHECKOUT_REF
|
key: POKEAPI_CHECKOUT_REF
|
||||||
command: ["sh", "-c"]
|
command: ["sh", "-c"]
|
||||||
args:
|
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 &&
|
curl -L https://github.com/hasura/graphql-engine/raw/stable/cli/get.sh | VERSION=v2.36.4 bash &&
|
||||||
cd /tmp &&
|
cd /tmp &&
|
||||||
git clone https://github.com/PokeAPI/pokeapi.git &&
|
git clone https://github.com/PokeAPI/pokeapi.git &&
|
||||||
|
|
Loading…
Reference in a new issue