github.com/alloyci/alloy-runner@v1.0.1-0.20180222164613-925503ccafd6/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