Skip to content

Commit

Permalink
update engineer version for .finish detection logic
Browse files Browse the repository at this point in the history
WIP, do not merge.

Using engineer build from https://github.com/prisma/engineer/pull/113
  • Loading branch information
Jolg42 authored Nov 10, 2023
1 parent b23895f commit f785bed
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 @@ -54,7 +54,7 @@ fi
# Check if the system has engineer installed, if not, use a local copy.
if ! type "engineer" &> /dev/null; then
# Setup Prisma engine build & test tool (engineer).
curl --fail -sSL "https://prisma-engineer.s3-eu-west-1.amazonaws.com/1.60/latest/$OS/engineer.gz" --output engineer.gz
curl --fail -sSL "https://prisma-engineer.s3-eu-west-1.amazonaws.com/joel/fix-finish-detection/latest/$OS/engineer.gz" --output engineer.gz
gzip -d engineer.gz
chmod +x engineer

Expand Down

0 comments on commit f785bed

Please sign in to comment.