Skip to content

Commit ebac16c

Browse files
committed
dont init submodule?
1 parent f40b4c9 commit ebac16c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

copier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ _tasks:
1818
# Add the remote if it doesn't exist
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
21-
- git submodule update --init --recursive
21+
# - git submodule update --init --recursive
2222
# - for i in "ibek-support*"; do (cd $i; git checkout main) ; done
2323

2424
name:

0 commit comments

Comments
 (0)