Compare commits
No commits in common. "f887319450f3c5631c8411e101537c498633c5b9" and "d79177fd3f2dd6a45c7e884f503140a04a6cb823" have entirely different histories.
f887319450
...
d79177fd3f
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ for entry in "${GENOMES[@]}"; do
|
||||||
|
|
||||||
cd "${WORK_DIR}/${MASTER_REPO}"
|
cd "${WORK_DIR}/${MASTER_REPO}"
|
||||||
git add .gitmodules "${GENOME_NAME}"
|
git add .gitmodules "${GENOME_NAME}"
|
||||||
git diff --cached --quiet || git commit -m "chore: register submodule ${GENOME_NAME}"
|
git commit -m "chore: register submodule ${GENOME_NAME}"
|
||||||
git push
|
git push
|
||||||
|
|
||||||
# Commit the submodule reference in the master repo
|
# Commit the submodule reference in the master repo
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue