CI: remove redundant code

This commit is contained in:
Dmitry Maksyoma
2021-09-11 17:10:01 +12:00
parent bb2dc1787d
commit c5d61ca63e

View File

@@ -17,7 +17,6 @@ stages:
test_if_build_was_already_uploaded:
stage: test_if_build_was_already_uploaded
script:
- apk add bash
- apk add curl
- S3_URL="https://${S3_BUCKET}.s3.amazonaws.com/${S3_BUILD_DIRECTORY}/";
- ! curl --output /dev/null --silent --head --fail "$S3_URL"