Recurse submodules

This commit is contained in:
tiltowait
2025-10-27 14:54:33 -07:00
parent 9b51014bd6
commit ba2c305353

View File

@ -11,7 +11,7 @@ steps:
commands:
- rm -rf "$BUILD_DIR"/*
- rm -rf "$BUILD_DIR"/.[!.]* 2>/dev/null || true
- git clone "$CI_REPO_CLONE_URL" .
- git clone --recurse-submodules "$CI_REPO_CLONE_URL" .
- cp -r . "$BUILD_DIR/"
- name: redeploy