Allow authelia-scripts to be called in e2etest setup

pull/525/head
Amir Zarrinkafsh 2019-12-27 22:41:33 +11:00 committed by Clément Michaud
parent 2fb20882d9
commit d037fb2728
1 changed files with 1 additions and 1 deletions

View File

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