Skip to content

Commit b7308de

Browse files
committed
fix: use bash
1 parent b1aa755 commit b7308de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/k8s/kustomize/base/jobs/load-graphql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
command: ["sh", "-c"]
3434
args:
3535
- apt-get update && apt-get install curl git &&
36-
curl -L https://github.com/hasura/graphql-engine/raw/stable/cli/get.sh | VERSION=v2.36.4 sh &&
36+
curl -L https://github.com/hasura/graphql-engine/raw/stable/cli/get.sh | VERSION=v2.36.4 bash &&
3737
cd /tmp &&
3838
git clone https://github.com/PokeAPI/pokeapi.git &&
3939
cd pokeapi &&

0 commit comments

Comments
 (0)