Skip to content

Commit

Permalink
use rsync
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Aug 14, 2023
1 parent dc4db3f commit 1b815fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cat <<EOF >.devcontainer/devcontainer.json
}
}
EOF
ln -s "$feature_dir" "$PWD/.devcontainer/$feature_id"
rsync -av "$feature_dir" "$PWD/.devcontainer/$feature_id"
devcontainer up --workspace-folder .
devcontainer exec --workspace-folder . cmake --version
echo "TODO: Kill container after test"

0 comments on commit 1b815fa

Please sign in to comment.