Skip to content

Commit 367b417

Browse files
authored
Move s3cmd sync to proper place (#7245)
1 parent 0138b90 commit 367b417

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/test_ya/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,6 @@ runs:
295295
RERUN_FAILED_OPT="-X"
296296
fi
297297

298-
s3cmd sync --follow-symlinks --acl-public --no-progress --stats --no-check-md5 "$PUBLIC_DIR/" "$S3_BUCKET_PATH/"
299298
echo $CURRENT_MESSAGE | GITHUB_TOKEN="${{ github.token }}" .github/scripts/tests/comment-pr.py
300299

301300
CURRENT_PUBLIC_DIR_RELATIVE=try_$RETRY
@@ -348,6 +347,8 @@ runs:
348347
IS_LAST_RETRY=1
349348
fi
350349

350+
s3cmd sync --follow-symlinks --acl-public --no-progress --stats --no-check-md5 "$PUBLIC_DIR/" "$S3_BUCKET_PATH/"
351+
351352
if [ $FAILED_TESTS_COUNT -gt 500 ]; then
352353
IS_LAST_RETRY=1
353354
TOO_MANY_FAILED="Too many tests failed, NOT going to retry"

0 commit comments

Comments
 (0)