From 5f1a40b9c074bb90edffbc4cd8e5901003d41d3e Mon Sep 17 00:00:00 2001 From: Nick Bearson <nickb@ssec.wisc.edu> Date: Fri, 6 May 2022 13:57:29 -0500 Subject: [PATCH] don't use gitlab artifacts; our package is over the max size limit --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 161f29b..8be13ac 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 -- GitLab