Skip to content
Snippets Groups Projects
Commit 5f1a40b9 authored by Nick Bearson's avatar Nick Bearson
Browse files

don't use gitlab artifacts; our package is over the max size limit

parent d919f194
Branches CSPP
No related tags found
1 merge request!21CI test prep
......@@ -43,10 +43,6 @@ create the Gridded GLM package:
# worry about this later; rsync isn't available in busybox. we probably need some refactoring to use a build image more directly & upload from there.
# # upload the package to /apollo/ via a limited-use key on espresso
# - rsync -auv -e "ssh -T -o StrictHostKeyChecking=no -o IdentitiesOnly=yes -o ForwardAgent=no -i $NICKB_UPLOAD_KEY" cspp-geo-gridded-glm-$CI_COMMIT_SHORT_SHA.tar.xz nickb@espresso:/apollo/csppgeo/packages/gridded-glm/ci/cspp-geo-gridded-glm-$CI_COMMIT_SHORT_SHA.tar.xz
artifacts:
paths:
- cspp-geo-gridded-glm-*.tar.xz
expire_in: 1 week
run tests:
stage: test
......
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