feat(setup-genomes): Enable auto_init when creating genome repos
This commit is contained in:
parent
6ef9269df1
commit
261fdc56bf
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ for entry in "${GENOMES[@]}"; do
|
|||
info "Processing: ${GENOME_NAME} (cross_source: ${GENOME_CROSS_SOURCE})..."
|
||||
|
||||
# 1. Remote Creation (Idempotent)
|
||||
provider_create_repo "${GENOME_NAME}" "${GENOME_DESC}" "true"
|
||||
provider_create_repo "${GENOME_NAME}" "${GENOME_DESC}" "true" "true"
|
||||
SSH_URL=$(provider_ssh_url "${GENOME_NAME}")
|
||||
|
||||
GENOME_PATH="${WORK_DIR}/${MASTER_REPO}/${GENOME_NAME}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue