File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,5 +28,5 @@ if [ "$UPLOAD_LIBRMM" == '1' ]; then
2828
2929 echo " Upload"
3030 echo ${UPLOADFILE}
31- anaconda -t ${MY_UPLOAD_KEY} upload -u ${CONDA_USERNAME:- rapidsai} ${LABEL_OPTION} --force ${UPLOADFILE}
31+ anaconda -t ${MY_UPLOAD_KEY} upload -u ${CONDA_USERNAME:- rapidsai} ${LABEL_OPTION} --skip-existing ${UPLOADFILE}
3232fi
Original file line number Diff line number Diff line change @@ -27,5 +27,5 @@ if [ "$UPLOAD_RMM" == "1" ]; then
2727
2828 echo " Upload"
2929 echo ${UPLOADFILE}
30- anaconda -t ${MY_UPLOAD_KEY} upload -u ${CONDA_USERNAME:- rapidsai} ${LABEL_OPTION} --force ${UPLOADFILE}
30+ anaconda -t ${MY_UPLOAD_KEY} upload -u ${CONDA_USERNAME:- rapidsai} ${LABEL_OPTION} --skip-existing ${UPLOADFILE}
3131fi
You can’t perform that action at this time.
0 commit comments