Skip to content

Commit

Permalink
fix: build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
esemyonov committed Dec 28, 2023
1 parent e7239b5 commit 509cbd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/get-policies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ rm -rf temp
RANDOM=$(curl https://uuid.new)
curl https://cdn.zuplo.com/policies/runtime.zip?$RANDOM -o runtime.zip
curl https://cdn.zuplo.com/policies/graphql.zip?$RANDOM -o graphql.zip
unzip -q graphql.zip -d policies
unzip -q runtime.zip -d policies
unzip -q -o graphql.zip -d policies
unzip -q -o runtime.zip -d policies
rm graphql.zip
rm runtime.zip

0 comments on commit 509cbd7

Please sign in to comment.