Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dkijania committed Sep 25, 2023
1 parent fc8bd7b commit 99bced3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions buildkite/src/Monorepo.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,10 @@ let commands: PipelineFilter.Type -> PipelineMode.Type -> List Cmd.Type = \(fi
let pipelineHandlers = {
PullRequest = ''
if [ "${targetMode}" = "PullRequest" ]; then
if [ "${isIncluded}" = "True" ]; then
if (cat _computed_diff.txt | egrep -q '${dirtyWhen}'); then
if (cat _computed_diff.txt | egrep -q '${dirtyWhen}'); then
echo "Triggering ${job.name} for reason:"
cat _computed_diff.txt | egrep '${dirtyWhen}'
${Cmd.format trigger}
fi
else
echo "Skipping ${job.name} because this is a ${filter} stage"
fi
Expand Down

0 comments on commit 99bced3

Please sign in to comment.