mirror of
https://github.com/the-second-city/do-as-sudo.git
synced 2025-10-29 03:56:02 -07:00
Recurse submodules
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user