Skip to content

Commit

Permalink
Fixed conda version
Browse files Browse the repository at this point in the history
  • Loading branch information
GiovanniBussi committed May 8, 2019
1 parent 9d72305 commit d5fbbc7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -264,4 +264,4 @@ after_success:
- if test "$MAKECOVERAGE" == yes ; then ./.travis/push coverage ; fi
- if test "$MAKECOVERAGE" == yes ; then bash <(curl -s https://codecov.io/bash) > /dev/null ; fi
# upload conda package
- if test -n "$PLUMED_CONDA" && test -n "$TRAVIS_TAG" ; then make -C conda upload ; fi
- if test -n "$PLUMED_CONDA" && test -n "$TRAVIS_TAG" ; then VERSION="$TRAVIS_TAG" make -C conda upload ; fi
2 changes: 1 addition & 1 deletion conda/recipe/meta.yaml
@@ -1,5 +1,5 @@
{% set name = "plumed2" %}
{% set version = "2.5" %}
{% set version = environ['VERSION'] %}

package:
name: {{ name|lower }}
Expand Down
1 change: 0 additions & 1 deletion conda/run-conda-upload.sh
Expand Up @@ -13,7 +13,6 @@ else
fi

export PATH="$CONDA_HOME/bin:$PATH"
export VERSION=$TRAVIS_TAG

# Disabled because it fails
if [[ -n "$CONDA_UPLOAD_TOKEN" ]]; then
Expand Down

0 comments on commit d5fbbc7

Please sign in to comment.