Commit efd89a68 authored by Dmitrii Safronov's avatar Dmitrii Safronov
Browse files

ci: Update update.sh

parent 8c94519f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -12,8 +12,6 @@ git -C .update -c advice.detachedHead=false checkout ${LATEST_TAG}
if [[ -s .update/update.list ]]; then
  rsync -av \
    --include-from=.update/update.list \
    --include=update.list \
    --include=update.sh \
    --exclude=* \
    --delete-after \
    .update/ \