We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1808253 commit 5a8fc95Copy full SHA for 5a8fc95
copier.yml
@@ -19,7 +19,6 @@ _tasks:
19
- if ! git remote | grep origin; then git remote add origin {{repo_uri}}; git submodule add https://github.com/epics-containers/ibek-support.git; fi
20
# make sure ibek support submodule(s) is/are also up to date
21
- git submodule update --init --recursive
22
- - for i in "ibek-support*"; do (cd $i; git checkout main) ; done
23
24
name:
25
type: str
0 commit comments