mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-08-06 00:35:44 +08:00
jenkins: always do the copy in safe_checkout
This commit is contained in:
@@ -79,9 +79,7 @@ safe_checkout() {
|
||||
echo "git checkout done, t=$SECONDS"
|
||||
du -hs $SOURCE_DIR $SOURCE_DIR/.git
|
||||
|
||||
if [ -z "SKIP_COPY" ]; then
|
||||
rsync -a --delete $SOURCE_DIR $TEST_DIR
|
||||
fi
|
||||
rsync -a --delete $SOURCE_DIR $TEST_DIR
|
||||
}
|
||||
|
||||
unsafe_checkout() {
|
||||
|
||||
Reference in New Issue
Block a user