Commit 0d8d062f by Matthew Harrigan

Merge pull request #128 from jchodera/binstar

Fix BINSTAR_TOKEN so pdbfixer-dev upload works correctly.
parents e63e7830 0896c6eb
...@@ -31,7 +31,7 @@ env: ...@@ -31,7 +31,7 @@ env:
- ORGNAME="omnia" # the name of the organization - ORGNAME="omnia" # the name of the organization
- PACKAGENAME="pdbfixer" # the name of your package - PACKAGENAME="pdbfixer" # the name of your package
# encrypted BINSTAR_TOKEN for push of dev package to binstar # encrypted BINSTAR_TOKEN for push of dev package to binstar
- secure: "T7qEO3BVXdEP3J4bqE8X882KrdGD4L0cwbAjX/SZMm8e8bG/qmv7XWkxIDp/HakR5GlGr3EBGQDJi5g2CbmFwHjxXMbZ4Y0a3dvoCvfdBNUpBZcjPSil2X976aEkTR1MAL8X7VjuY4lwogqO2WU7Kzm1QaFWjWEl1fV/zxHYN9w=" - secure: "hhzbVwxc6bUUkvcU4SauCUSGUIwDHV5Mq7lNZkzhQOeOQOXBCoew3zl44qwLUUYbO+Hla/+U2UqxvXZ5vx4IJzvHcMJhXB6ZiNwc5hwZtvduWzmDJZ+ErASDsdvRCGXxDz90TkOxoL/Wy6lMr6OIMMosrjY6NJGotMiCB9IUDqY="
after_success: after_success:
- echo "after_success" - echo "after_success"
......
package: package:
name: pdbfixer-dev name: pdbfixer-dev
version: dev version: 0.0.0
build: build:
entry_points: entry_points:
......
...@@ -3,7 +3,7 @@ pushd . ...@@ -3,7 +3,7 @@ pushd .
cd $HOME cd $HOME
# Install Miniconda # Install Miniconda
MINICONDA=Miniconda-latest-Linux-x86_64.sh MINICONDA=Miniconda2-latest-Linux-x86_64.sh
MINICONDA_HOME=$HOME/miniconda MINICONDA_HOME=$HOME/miniconda
MINICONDA_MD5=$(curl -s http://repo.continuum.io/miniconda/ | grep -A3 $MINICONDA | sed -n '4p' | sed -n 's/ *<td>\(.*\)<\/td> */\1/p') MINICONDA_MD5=$(curl -s http://repo.continuum.io/miniconda/ | grep -A3 $MINICONDA | sed -n '4p' | sed -n 's/ *<td>\(.*\)<\/td> */\1/p')
wget -q http://repo.continuum.io/miniconda/$MINICONDA wget -q http://repo.continuum.io/miniconda/$MINICONDA
......
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