Skip to content

Commit

Permalink
use CONNECT_SERVER var for real now
Browse files Browse the repository at this point in the history
  • Loading branch information
kgartland-rstudio committed Oct 22, 2024
1 parent 1bbc67c commit 3b33ba3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/scripts/test-runner.bash
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ setup_connect() {
echo "retry"; \
done'
else
if [[ -n "${CONNECT_SERVER}" ]]; then
if [[ -z "${CONNECT_SERVER}" ]]; then
export CONNECT_SERVER="$(python ../setup/connect_setup.py)"
fi
export CONNECT_API_KEY="$(python ../setup/gen_apikey.py 'admin')"
fi
export CONNECT_API_KEY="$(python ../setup/gen_apikey.py 'admin')"
}

# use this if you need content
Expand Down

0 comments on commit 3b33ba3

Please sign in to comment.