Skip to content

Commit 486c6cf

Browse files
other files to include.
1 parent ec5f78a commit 486c6cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ CURRENT_BRANCH=$(git symbolic-ref --short HEAD)
2424
echo "current branch is $CURRENT_BRANCH"
2525
git switch -C $UPDATE_BRANCH
2626

27+
2728
\cp -rf $DEST/scripts ./scripts
2829
\cp -f $DEST/Makefile ./
2930
\cp -f $DEST/.tool-versions ./
@@ -34,6 +35,7 @@ git switch -C $UPDATE_BRANCH
3435
\cp -f $DEST/.gitleaksignore ./
3536

3637
git add .
38+
export GPG_TTY=$(tty)
3739
git commit -m "Update default files from $REPO" || echo "No changes to commit"
3840

3941
git switch $CURRENT_BRANCH

0 commit comments

Comments
 (0)