Skip to content

Commit

Permalink
move environment variable to invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanHolstien committed May 23, 2022
1 parent dd7bb9b commit b0f5dd1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions smoke-test/smoke.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ pip install --upgrade pip wheel setuptools
pip install -r requirements.txt

echo "DATAHUB_VERSION = $DATAHUB_VERSION"
export DATAHUB_TELEMETRY_ENABLED=false
datahub docker quickstart --quickstart-compose-file ../docker/quickstart/docker-compose-without-neo4j.quickstart.yml --dump-logs-on-failure
DATAHUB_TELEMETRY_ENABLED=false datahub docker quickstart --quickstart-compose-file ../docker/quickstart/docker-compose-without-neo4j.quickstart.yml --dump-logs-on-failure

(cd tests/cypress ; yarn install)

Expand Down

0 comments on commit b0f5dd1

Please sign in to comment.