Skip to content

Commit

Permalink
chore: fix studio ci [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
prisma-bot committed Jul 21, 2020
1 parent a9d02b0 commit 5cb5ba5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/scripts/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ has to point to the dev version you want to promote, for example 2.1.0-dev.123`)
stdio: 'inherit',
})
} else {
await execa.command(`git stash`, {
stdio: 'inherit',
})
await execa.command(`git checkout ${process.env.BUILDKITE_BRANCH}`, {
stdio: 'inherit',
})
Expand Down

0 comments on commit 5cb5ba5

Please sign in to comment.