Skip to content

Commit

Permalink
Merge pull request #19 from fotioslindiakos/master
Browse files Browse the repository at this point in the history
Removed conditional v1 logic
  • Loading branch information
thefotios committed Jun 12, 2013
2 parents 00e91d9 + ad7d736 commit 8519d91
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .openshift/action_hooks/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@
# up again. This script gets executed directly, so it could be python, php,
# ruby, etc.

if [ -e $OPENSHIFT_HOMEDIR/python-2.6 ]; then
source $OPENSHIFT_HOMEDIR/python-2.6/virtenv/bin/activate
else
source $OPENSHIFT_HOMEDIR/python/virtenv/bin/activate
fi
source $OPENSHIFT_HOMEDIR/python/virtenv/bin/activate

if [ ! -f $OPENSHIFT_DATA_DIR/sqlite3.db ]
then
Expand Down

0 comments on commit 8519d91

Please sign in to comment.