Skip to content

Commit 10096e3

Browse files
committed
always do the submodule update
1 parent dbdf344 commit 10096e3

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
@@ -20,8 +20,8 @@ _tasks:
2020
git remote add origin {{repo_uri}}
2121
git submodule add https://github.com/epics-containers/ibek-support.git
2222
fi
23-
git submodule update --init --recursive
2423
when: "{{ _copier_operation == 'copy' }}"
24+
- git submodule update --init --recursive
2525

2626
name:
2727
type: str

0 commit comments

Comments
 (0)