File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -87,14 +87,14 @@ deploy:
8787 condition : " $TRAVIS_TAG == *a*"
8888- provider : script
8989 skip_cleanup : true
90- script : anaconda -t $ANACONDA_TOKEN upload -l beta ${HOME}/miniconda/conda-bld/linux-64/molmod -*.tar.bz2
90+ script : anaconda -t $ANACONDA_TOKEN upload -l beta ${HOME}/miniconda/conda-bld/linux-64/yaff -*.tar.bz2
9191 on :
9292 repo : molmod/yaff
9393 tags : true
9494 condition : " $TRAVIS_TAG == *b*"
9595- provider : script
9696 skip_cleanup : true
97- script : anaconda -t $ANACONDA_TOKEN upload -l main ${HOME}/miniconda/conda-bld/linux-64/molmod -*.tar.bz2
97+ script : anaconda -t $ANACONDA_TOKEN upload -l main ${HOME}/miniconda/conda-bld/linux-64/yaff -*.tar.bz2
9898 on :
9999 repo : molmod/yaff
100100 tags : true
@@ -118,6 +118,5 @@ deploy:
118118 local_dir : doc/_build/html
119119 on :
120120 repo : molmod/yaff
121- # condition: "$TRAVIS_TAG != *[ab]* && $MYCONDAPY == 2.7"
122- condition : " $MYCONDAPY == 2.7"
121+ condition : " $TRAVIS_TAG != *[ab]* && $MYCONDAPY == 2.7"
123122 tags : true
You can’t perform that action at this time.
0 commit comments