Skip to content

Commit

Permalink
Fixing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
JVerstry committed Jul 24, 2015
1 parent 8972f06 commit ba29d3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .openshift/action_hooks/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ fi

unset GIT_DIR

if [ -f "$OPENSHIFT_REPO_DIR/composer.json" ]; then
# if [ -f "$OPENSHIFT_REPO_DIR/composer.json" ]; then
( cd $OPENSHIFT_REPO_DIR ; php $OPENSHIFT_DATA_DIR/composer.phar install )
fi
# fi

0 comments on commit ba29d3e

Please sign in to comment.