fix: use bash

This commit is contained in:
Naramsim 2024-06-03 09:44:15 +02:00
parent b1aa755523
commit b7308de3a1

View file

@ -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 &&