Skip to content

Commit

Permalink
Updating _release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbyers committed Mar 22, 2018
1 parent 26db699 commit f78bd5c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions _release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ else
source /home/gituser/VENV/netmiko_packaging/bin/activate
which python
cd /home/gituser/netmiko
pip install --upgrade setuptools
pip install dist/$PACKAGE
echo
echo
Expand Down Expand Up @@ -94,7 +95,7 @@ source /home/gituser/VENV/py27_netmiko/bin/activate
echo `which python`
cd /home/gituser/netmiko
### FIX: Uncomment
#twine upload -r pypitest $DIR_PACKAGE
### twine upload -r pypitest $DIR_PACKAGE

echo
echo
Expand All @@ -110,10 +111,10 @@ done
echo

### FIX: NEED TO ADD
# twine upload $DIR_PACKAGE
### twine upload $DIR_PACKAGE


sleep 1
sleep 90
echo
echo "Test clean install from pypi"
if [ -d "/home/gituser/VENV" ]; then
Expand All @@ -135,6 +136,7 @@ else
source /home/gituser/VENV/netmiko_packaging/bin/activate
which python
cd /home/gituser
pip install --upgrade setuptools
pip install netmiko
echo
echo
Expand Down

0 comments on commit f78bd5c

Please sign in to comment.