From 5c6423be3a52e8222516f226d84e9a36ba850d5b Mon Sep 17 00:00:00 2001 From: Ryan Campbell <89273172+bigtallcampbell@users.noreply.github.com> Date: Tue, 18 Jun 2024 12:50:38 -0500 Subject: [PATCH] updating copy_to_spacedev (#27) Co-authored-by: Ryan Campbell --- tests/dev_cluster.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/dev_cluster.sh b/tests/dev_cluster.sh index 7d4bb9e..913efa1 100755 --- a/tests/dev_cluster.sh +++ b/tests/dev_cluster.sh @@ -18,10 +18,11 @@ fi # There's some containers already running. Reset the environment if docker ps -q | grep -q .; then echo "Preexisting containers found. Resetting enviornment with big_red_button.sh" - ./.vscode/copy_to_spacedev.sh /var/spacedev/scripts/big_red_button.sh fi +./.vscode/copy_to_spacedev.sh + echo "Provisioning devcontainer" devcontainer up --workspace-folder "${PWD}"