Skip to content

Commit

Permalink
Fix shared checkout path export (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
ca-johnson authored Aug 20, 2019
1 parent 789627b commit 4e0ad1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/checkout
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -euo pipefail
set -eo pipefail

# Allow sharing of perforce client workspaces for the same stream between pipelines
if [[ "${BUILDKITE_PLUGIN_PERFORCE_SHARE_WORKSPACE}" == true ]] ; then
Expand Down

0 comments on commit 4e0ad1e

Please sign in to comment.