You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@singa.apache.org by GitBox <gi...@apache.org> on 2020/03/03 01:45:52 UTC

[GitHub] [singa] dcslin commented on issue #585: Release, versioning and continous integration

dcslin commented on issue #585: Release, versioning and continous integration
URL: https://github.com/apache/singa/issues/585#issuecomment-593722985
 
 
   Hi @nudles , how release is done currently?  is this flag "TRAVIS_SECURE_ENV_VARS" (tool/travis/build.sh line 41) used?
   ``` bash
   if [[ "$TRAVIS_SECURE_ENV_VARS" == "false" ]];
     # install and run unittest
   then
     echo "no uploading if ANACONDA_UPLOAD_TOKEN not set"
   else
     # turn off debug to hide the token in travis log
     set +x
     # upload the package onto anaconda cloud
     anaconda -t $ANACONDA_UPLOAD_TOKEN upload -u $USER -l main $CONDA_BLD_PATH/$OS/singa-*.tar.bz2 --force
   fi
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services