Compare commits

..

No commits in common. "f887319450f3c5631c8411e101537c498633c5b9" and "d79177fd3f2dd6a45c7e884f503140a04a6cb823" have entirely different histories.

View file

@ -60,7 +60,7 @@ for entry in "${GENOMES[@]}"; do
cd "${WORK_DIR}/${MASTER_REPO}"
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
# Commit the submodule reference in the master repo