Skip to content

Commit

Permalink
fix duplicate tox passenv
Browse files Browse the repository at this point in the history
  • Loading branch information
rasswanth-s committed Feb 16, 2024
1 parent 8976cd2 commit d9bb406
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ commands =
[testenv:syft.test.helm]
description = Test Helm Chart for Kubernetes
changedir = {toxinidir}
passenv=HOME, USER
passenv=HOME,USER,EXTERNAL_REGISTRY,EXTERNAL_REGISTRY_USERNAME,EXTERNAL_REGISTRY_PASSWORD
allowlist_externals =
grep
sleep
Expand All @@ -866,7 +866,6 @@ setenv =
NODE_URL = {env:NODE_URL:http://localhost}
EXCLUDE_NOTEBOOKS = {env:EXCLUDE_NOTEBOOKS:not 10-container-images.ipynb}
SYFT_VERSION = {env:SYFT_VERSION:local}
passenv=EXTERNAL_REGISTRY,EXTERNAL_REGISTRY_USERNAME,EXTERNAL_REGISTRY_PASSWORD
commands =
bash -c "echo Running with ORCHESTRA_DEPLOYMENT_TYPE=$ORCHESTRA_DEPLOYMENT_TYPE NODE_PORT=$NODE_PORT NODE_URL=$NODE_URL \
Excluding notebooks: $EXCLUDE_NOTEBOOKS SYFT_VERSION=$SYFT_VERSION; date"
Expand Down

0 comments on commit d9bb406

Please sign in to comment.