Skip to content

Commit

Permalink
Reverting
Browse files Browse the repository at this point in the history
  • Loading branch information
JVerstry committed Jul 24, 2015
1 parent 8c8be88 commit 977b03c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
6 changes: 1 addition & 5 deletions .openshift/action_hooks/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,4 @@ else
php $OPENSHIFT_DATA_DIR/composer.phar self-update
fi

unset GIT_DIR

# if [ -f "$OPENSHIFT_REPO_DIR/composer.json" ]; then
( cd $OPENSHIFT_REPO_DIR ; php $OPENSHIFT_DATA_DIR/composer.phar install )
# fi
( unset GIT_DIR ; cd $OPENSHIFT_REPO_DIR ; php $OPENSHIFT_DATA_DIR/composer.phar install )
6 changes: 0 additions & 6 deletions composer.json

This file was deleted.

0 comments on commit 977b03c

Please sign in to comment.