Skip to content

Commit 9e9ab07

Browse files
committed
always do the submodule update
1 parent dbdf344 commit 9e9ab07

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

copier.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ _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+
- command: |
25+
git submodule update --init --recursive
2526
2627
name:
2728
type: str

0 commit comments

Comments
 (0)