Skip to content

Commit a60b846

Browse files
committed
simplified pipeline to ensure it works with PRs
1 parent 3fe7509 commit a60b846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ steps:
55
- wait
66

77
- label: "build"
8-
command: "docker run -v /var/lib/buildkite-agent/builds/$BUILDKITE_AGENT_NAME/mockserver:/build -w /build/mockserver-ui -a stdout -a stderr mockserver/mockserver:grunt /build/mockserver-ui/scripts/local_quick_build.sh"
8+
command: "docker run -v $(pwd):/build/mockserver-ui -w /build/mockserver-ui -a stdout -a stderr -e BUILDKITE_BRANCH=$BUILDKITE_BRANCH mockserver/mockserver:grunt /build/mockserver-ui/scripts/local_quick_build.sh"

0 commit comments

Comments
 (0)