Skip to content

Commit 01b640c

Browse files
committed
debug update template script
1 parent 7fafa8e commit 01b640c

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Diff for: .changeset/rotten-wasps-beam.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'create-svelte': patch
3+
---
4+
5+
And again

Diff for: packages/create-svelte/scripts/update-template-repo.sh

+3
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,16 @@ mkdir -p $TMP
1212
cd $TMP
1313

1414
if [ "$CI" ]; then
15+
echo ">>> setting git config"
1516
(umask 0077; echo "$UPDATE_TEMPLATE_SSH_KEY" > ~/ssh_key;)
1617
git config user.email '[email protected]'
1718
git config user.name '[bot]'
1819

1920
export GIT_SSH_COMMAND='ssh -o StrictHostKeyChecking=accept-new -i ~/ssh_key'
2021
fi
2122

23+
echo "GIT_SSH_COMMAND: $GIT_SSH_COMMAND"
24+
2225
# clone the template repo
2326
rm -rf kit-template-default
2427
git clone --depth 1 --single-branch --branch main [email protected]:sveltejs/kit-template-default.git kit-template-default

0 commit comments

Comments
 (0)