Skip to content

Commit 5a8fc95

Browse files
committed
dont reset the submodule to main!
1 parent 1808253 commit 5a8fc95

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

copier.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ _tasks:
1919
- if ! git remote | grep origin; then git remote add origin {{repo_uri}}; git submodule add https://github.com/epics-containers/ibek-support.git; fi
2020
# make sure ibek support submodule(s) is/are also up to date
2121
- git submodule update --init --recursive
22-
- for i in "ibek-support*"; do (cd $i; git checkout main) ; done
2322

2423
name:
2524
type: str

0 commit comments

Comments
 (0)