We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f40b4c9 commit ebac16cCopy full SHA for ebac16c
copier.yml
@@ -18,7 +18,7 @@ _tasks:
18
# Add the remote if it doesn't exist
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
+ # - git submodule update --init --recursive
22
# - for i in "ibek-support*"; do (cd $i; git checkout main) ; done
23
24
name:
0 commit comments