We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec5f78a commit 486c6cfCopy full SHA for 486c6cf
1 file changed
src/devcontainers/base/src/.devcontainer/nhsnotify/postcreatecommand.sh
@@ -24,6 +24,7 @@ CURRENT_BRANCH=$(git symbolic-ref --short HEAD)
24
echo "current branch is $CURRENT_BRANCH"
25
git switch -C $UPDATE_BRANCH
26
27
+
28
\cp -rf $DEST/scripts ./scripts
29
\cp -f $DEST/Makefile ./
30
\cp -f $DEST/.tool-versions ./
@@ -34,6 +35,7 @@ git switch -C $UPDATE_BRANCH
34
35
\cp -f $DEST/.gitleaksignore ./
36
37
git add .
38
+export GPG_TTY=$(tty)
39
git commit -m "Update default files from $REPO" || echo "No changes to commit"
40
41
git switch $CURRENT_BRANCH
0 commit comments