Skip to content

Commit

Permalink
updating copy_to_spacedev (#27)
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Campbell <[email protected]>
  • Loading branch information
bigtallcampbell and Ryan Campbell authored Jun 18, 2024
1 parent 66618df commit 5c6423b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/dev_cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

Expand Down

0 comments on commit 5c6423b

Please sign in to comment.