UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 83646110 authored by Ryan Garcia's avatar Ryan Garcia :dizzy:
Browse files

testing package pipeline section

parent e6e3396b
No related branches found
Tags 1.13.1-rc.1
No related merge requests found
Pipeline #417240 passed
......@@ -359,9 +359,9 @@ package:
# Publish packages to s3 release
- |
if [ -z $CI_COMMIT_TAG ]; then
aws s3 sync --quiet release/ s3://umbrella-bigbang-releases/tests/${CI_COMMIT_SHA}
aws s3 sync release/ s3://umbrella-bigbang-releases/tests/${CI_COMMIT_SHA}
else
aws s3 sync --quiet release/ s3://umbrella-bigbang-releases/umbrella/${CI_COMMIT_TAG}
aws s3 sync release/ s3://umbrella-bigbang-releases/umbrella/${CI_COMMIT_TAG}
fi
after_script: []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment