Skip to content

Commit

Permalink
removed password printing in external registries
Browse files Browse the repository at this point in the history
  • Loading branch information
rasswanth-s committed Feb 16, 2024
1 parent 5cec78c commit 4014c66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,8 @@ setenv =
EXTERNAL_REGISTRY = {env:EXTERNAL_REGISTRY:k3d-registry.localhost:5800}
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"
Excluding notebooks: $EXCLUDE_NOTEBOOKS SYFT_VERSION=$SYFT_VERSION \
EXTERNAL_REGISTRY=$EXTERNAL_REGISTRY; date"


k3d version
Expand Down Expand Up @@ -1117,8 +1118,7 @@ setenv =
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 \
EXTERNAL_REGISTRY=$EXTERNAL_REGISTRY EXTERNAL_REGISTRY_USERNAME=$EXTERNAL_REGISTRY_USERNAME \
EXTERNAL_REGISTRY_PASSWORD=$EXTERNAL_REGISTRY_PASSWORD; date"
EXTERNAL_REGISTRY=$EXTERNAL_REGISTRY; date"


# Schema for EXLUDE_NOTEBOOKS is
Expand Down

0 comments on commit 4014c66

Please sign in to comment.