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
5 changes: 1 addition & 4 deletions gating/check/run
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ echo "+-------------------- ENV VARS --------------------+"
env
echo "+-------------------- ENV VARS --------------------+"

## Vars ----------------------------------------------------------------------

export DEPLOY_AIO="true"

source "$(readlink -f $(dirname ${0}))/../gating_vars.sh"

## Main ----------------------------------------------------------------------
Expand All @@ -28,6 +24,7 @@ if [[ ${RE_JOB_ACTION} == "tox-test" ]]; then
elif [[ ${RE_JOB_IMAGE} =~ .*mnaio.* ]]; then
bash -c "$(readlink -f $(dirname ${0})/run_deploy_mnaio.sh)"
else
export DEPLOY_AIO="true"
bash -c "$(readlink -f $(dirname ${0})/../../scripts/deploy.sh)"

# Enable the debug stdout callback to ensure that the console
Expand Down