Skip to content

Commit

Permalink
Timeout jobs on CI (prisma#2543)
Browse files Browse the repository at this point in the history
* bump engineer

* Lock engineer to 1.32
  • Loading branch information
dpetrick authored Dec 24, 2021
1 parent ab0f173 commit 127d929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/engineer
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fi
if ! type "engineer" > /dev/null; then
# Setup Prisma engine build & test tool (engineer).
set -e
curl --fail -sSL "https://prisma-engineer.s3-eu-west-1.amazonaws.com/1.31/latest/$OS/engineer.gz" --output engineer.gz
curl --fail -sSL "https://prisma-engineer.s3-eu-west-1.amazonaws.com/1.32/latest/$OS/engineer.gz" --output engineer.gz
gzip -d engineer.gz
chmod +x engineer

Expand Down

0 comments on commit 127d929

Please sign in to comment.