Mentions légales du service

Skip to content
Snippets Groups Projects
Commit ed8271cb authored by hhakim's avatar hhakim
Browse files

Clean conda cache after pyfaust pkg upload.

parent 069cce0a
No related branches found
No related tags found
No related merge requests found
......@@ -140,3 +140,5 @@ PKG=$(find_pkg)
[[ ! -r $TOKEN_FILE ]] && echo "Error: the anaconda token file $TOKEN wasn't found." && exit 9
conda run -n $CONDA_ENV anaconda -t $TOKEN_FILE upload -u pyfaust $PKG
# removing the package: conda run -n $CONDA_ENV anaconda -t ~/conda_pyfaust_token remove
# clean the cache and unused package after uploading
conda clean -a -y
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment