We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7308de commit 962b384Copy full SHA for 962b384
Resources/k8s/kustomize/base/jobs/load-graphql.yaml
@@ -32,7 +32,7 @@ spec:
32
key: POKEAPI_CHECKOUT_REF
33
command: ["sh", "-c"]
34
args:
35
- - apt-get update && apt-get install curl git &&
+ - apt-get update && apt-get install -y curl git &&
36
curl -L https://github.com/hasura/graphql-engine/raw/stable/cli/get.sh | VERSION=v2.36.4 bash &&
37
cd /tmp &&
38
git clone https://github.com/PokeAPI/pokeapi.git &&
0 commit comments