Compare commits
3 commits
d79177fd3f
...
f887319450
| Author | SHA1 | Date | |
|---|---|---|---|
| f887319450 | |||
| 80c5cc753f | |||
| 48c107e59c |
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ for entry in "${GENOMES[@]}"; do
|
|||
|
||||
cd "${WORK_DIR}/${MASTER_REPO}"
|
||||
git add .gitmodules "${GENOME_NAME}"
|
||||
git commit -m "chore: register submodule ${GENOME_NAME}"
|
||||
git diff --cached --quiet || git commit -m "chore: register submodule ${GENOME_NAME}"
|
||||
git push
|
||||
|
||||
# Commit the submodule reference in the master repo
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue