Skip to content

Commit

Permalink
Merge pull request #945 from broadinstitute/ct-update-perl
Browse files Browse the repository at this point in the history
update version of perl used when building viral-ngs conda package for release
  • Loading branch information
tomkinsc authored Apr 10, 2019
2 parents 89be1f3 + 77128b3 commit 27c36ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis/build-conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if [ -n "$TRAVIS_TAG" ]; then

# render and build the conda package
python packaging/conda-recipe/render-recipe.py "$TRAVIS_TAG" --build-reqs requirements-conda.txt --run-reqs requirements-conda.txt --py3-run-reqs requirements-py3.txt --py2-run-reqs requirements-py2.txt --test-reqs requirements-conda-tests.txt
CONDA_PERL=5.22.0 conda build $CONDA_CHANNEL_STRING --python "$TRAVIS_PYTHON_VERSION" --token "$ANACONDA_TOKEN" packaging/conda-recipe/viral-ngs
CONDA_PERL=5.26 conda build $CONDA_CHANNEL_STRING --python "$TRAVIS_PYTHON_VERSION" --token "$ANACONDA_TOKEN" packaging/conda-recipe/viral-ngs

else
# This is a development build
Expand Down

0 comments on commit 27c36ee

Please sign in to comment.