Commit ff390d85 authored by John Chodera (MSKCC)'s avatar John Chodera (MSKCC)
Browse files

Fixed error in after_success.sh script.

parent 16e69ca9
...@@ -12,7 +12,8 @@ fi ...@@ -12,7 +12,8 @@ fi
if [[ "2.7 3.3" =~ "$python" ]]; then if [[ "2.7 3.3" =~ "$python" ]]; then
conda install --yes binstar conda install --yes binstar
binstar -t $BINSTAR_TOKEN upload --force -u omnia -p repex-dev $HOME/miniconda/conda-bld/linux-64/openmm-dev-* echo binstar -t $BINSTAR_TOKEN upload --force -u omnia -p openmm-dev $HOME/miniconda/conda-bld/linux-64/openmm-dev-*
binstar -t $BINSTAR_TOKEN upload --force -u omnia -p openmm-dev $HOME/miniconda/conda-bld/linux-64/openmm-dev-*
fi fi
if [[ "$python" != "2.7" ]]; then if [[ "$python" != "2.7" ]]; then
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment