Skip to content

Commit

Permalink
shifted k3d to bash execution
Browse files Browse the repository at this point in the history
  • Loading branch information
rasswanth-s committed Feb 17, 2024
1 parent aa786a7 commit 0ce7284
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 @@ -858,7 +858,6 @@ allowlist_externals =
grep
sleep
bash
k3d
tox
setenv =
ORCHESTRA_DEPLOYMENT_TYPE = {env:ORCHESTRA_DEPLOYMENT_TYPE:k8s}
Expand All @@ -873,7 +872,7 @@ commands =
EXTERNAL_REGISTRY=$EXTERNAL_REGISTRY; date"


k3d version
bash -c "k3d version"

# Remvoing old clusters and volumes and registry
; bash -c "docker rm $(docker ps -aq) --force || true"
Expand Down

0 comments on commit 0ce7284

Please sign in to comment.