mirror of
git://f0xx.org/ac/ac-deploy
synced 2026-07-29 04:19:00 +03:00
cluster0: compose overlays lab-seed shortener; fix workspace git safe.dir
Re-copy ShortLinksRepository from NFS seed after ac-ms-* overlays; deploy-ac-workspace allows all safe.directory; verify-mail-lab logs short URL. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -13,6 +13,7 @@ SUBS="${AC_SUBMODULES_CORE:-ac-platform-db ac-platform-php ac-platform-web ac-pl
|
||||
|
||||
mkdir -p "$(dirname "$AC_ROOT")"
|
||||
git config --global --add safe.directory "$AC_ROOT" 2>/dev/null || true
|
||||
git config --global --add safe.directory '*' 2>/dev/null || true
|
||||
|
||||
if [ -d "${AC_ROOT}/.git" ]; then
|
||||
log "ac-workspace pull ${BRANCH} in ${AC_ROOT}"
|
||||
|
||||
Reference in New Issue
Block a user