Skip to content

Commit

Permalink
Merge pull request #3295 from odyssey4me/RI-492
Browse files Browse the repository at this point in the history
Allow unbound variables for virtualenv activation
  • Loading branch information
chundu authored Sep 28, 2018
2 parents db104a7 + c0ed349 commit 622c96a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gating/check/run_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Shell Opts ----------------------------------------------------------------

set -euv
set -eux
set -o pipefail

## Vars ----------------------------------------------------------------------
Expand Down Expand Up @@ -78,7 +78,7 @@ cd /opt/kibana-selenium
# Work around https://github.com/pypa/virtualenv/issues/1029
export VIRTUAL_ENV_DISABLE_PROMPT=true

set +x; source .venv/bin/activate; set -x
set +ux; source .venv/bin/activate; set -ux

export PYTHONPATH=$(pwd)
export PATH=$PATH:./phantomjs-2.1.1-linux-x86_64/bin
Expand Down
2 changes: 1 addition & 1 deletion gating/check/run_deploy_mnaio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

## Shell Opts ----------------------------------------------------------------

set -evu
set -eux

echo "Building a Multi Node AIO (MNAIO)"
echo "+-------------------- MNAIO ENV VARS --------------------+"
Expand Down

0 comments on commit 622c96a

Please sign in to comment.