Skip to content
Snippets Groups Projects
Commit d0f8ce65 authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

fix

parent d5fbbc79
No related branches found
No related tags found
No related merge requests found
...@@ -221,7 +221,7 @@ script: ...@@ -221,7 +221,7 @@ script:
fi fi
# build conda package # build conda package
- if test -n "$PLUMED_CONDA" ; then make -C conda ; fi - if test -n "$PLUMED_CONDA" ; then VERSION="${TRAVIS_TAG:-unspecified}" make -C conda ; fi
# build docker container # build docker container
- if test "$PLUMED_DOCKER" = yes ; then make -C docker ; fi - if test "$PLUMED_DOCKER" = yes ; then make -C docker ; fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment