CI: remove redundant code

KASM-1910-fix_pipeline
Dmitry Maksyoma 4 years ago
parent bb2dc1787d
commit c5d61ca63e

@ -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"

Loading…
Cancel
Save