We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 434d920 commit 96d8dd3Copy full SHA for 96d8dd3
src/devcontainers/base/src/.devcontainer/nhsnotify/postcreatecommand.sh
@@ -25,7 +25,7 @@ CURRENT_BRANCH=$(git symbolic-ref --short HEAD)
25
echo "current branch is $CURRENT_BRANCH"
26
git switch -C $UPDATE_BRANCH
27
28
-
+\cp -r --update=none $DEST/docs ./docs
29
\cp -rf $DEST/scripts ./scripts
30
\cp -f $DEST/Makefile ./
31
\cp -f $DEST/.tool-versions ./
0 commit comments