github.com/secure-build/gitlab-runner@v12.5.0+incompatible/ci/release_s3 (about) 1 #!/usr/bin/env bash 2 3 set -eo pipefail 4 5 make s3-upload "S3_UPLOAD_PATH=${CI_COMMIT_REF_NAME}" 6 if [[ -n "${IS_LATEST}" ]]; then 7 make s3-upload "S3_UPLOAD_PATH=latest" 8 fi