Skip to content

Commit

Permalink
jenkins: always do the copy in safe_checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed Dec 15, 2023
1 parent 6f143f6 commit 1733b04
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions selfdrive/test/setup_device_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 1733b04

Please sign in to comment.