Skip to content

Commit b0211d9

Browse files
other files to include.
1 parent 60e5ab1 commit b0211d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/devcontainers/base/src/.devcontainer/nhsnotify/postcreatecommand.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ git switch -C $UPDATE_BRANCH
2929
\cp -rf $DEST/scripts ./scripts
3030
\cp -f $DEST/Makefile ./
3131
\cp -f $DEST/.tool-versions ./
32-
\cp -f $DEST/VERSION ./
32+
\cp --update=none $DEST/VERSION ./
3333
\cp -f $DEST/.editorconfig ./
3434
\cp -f $DEST/.gitattributes ./
3535
\cp -f $DEST/.gitignore ./
3636
\cp -f $DEST/.gitleaksignore ./
3737

3838
git add .
39-
export GPG_TTY=$(tty)
39+
#export GPG_TTY=$(tty)
4040
#git commit -m "Update default files from $REPO" || echo "No changes to commit"
4141
#git switch $CURRENT_BRANCH
4242
#git merge $UPDATE_BRANCH -m "Merge default files from $REPO"

0 commit comments

Comments
 (0)