Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hooks/command
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ fi

docker build "$basedir" -t buildkite-pyyaml > /dev/null

docker run --rm -v "$PWD:/buildkite" --env-file <(env | grep BUILDKITE) buildkite-pyyaml
docker run --rm -v "$PWD:/buildkite" --env-file <(env -0 | grep -z '\^BUILDKITE' | tr '\0' '\n') buildkite-pyyaml

if [[ -s ".git_diff_conditional/pipeline_output" ]]; then
echo "Uploading the pipeline to the buildkite-agent"
Expand Down