Skip to content

Commit c10b6d1

Browse files
authored
chore(devcontainer): don't setup the test env on container startup (#608)
Signed-off-by: Nathanael Liechti <[email protected]>
1 parent 2008fbc commit c10b6d1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.devcontainer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,5 @@
3131
},
3232
"forwardPorts": [
3333
8080 // the "hard-coded" port for forwarded argo-cd"
34-
],
35-
// Use 'postCreateCommand' to run commands after the container is created.
36-
"postCreateCommand": "scripts/testacc_prepare_env.sh" // pre-create the kind cluster with argocd installed
34+
]
3735
}

0 commit comments

Comments
 (0)