Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid pre-set DEPLOY_AIO in gating #3489

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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