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