[Buildkite] Remove redundant if clause in post-checkout hook

pull/589/head
Amir Zarrinkafsh 2020-01-28 09:48:45 +11:00
parent e646323555
commit 722cbb63a0
1 changed files with 1 additions and 2 deletions

View File

@ -3,8 +3,7 @@
set +u
if [[ ! $BUILDKITE_COMMAND =~ "buildkite-agent pipeline upload" ]] || \
[[ $BUILDKITE_COMMAND == ".buildkite/steps/e2etests.sh | buildkite-agent pipeline upload" ]] || \
[[ ! $BUILDKITE_COMMAND == ".buildkite/steps/ghartifacts.sh" ]];
[[ $BUILDKITE_COMMAND == ".buildkite/steps/e2etests.sh | buildkite-agent pipeline upload" ]];
then
echo "--- :buildkite: Setting up Build environment"
source bootstrap.sh