Skip to content

Commit e13b527

Browse files
committed
Delaying deploy hook
1 parent a1b6c29 commit e13b527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.openshift/action_hooks/deploy renamed to .openshift/action_hooks/_deploy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ else
1212
php $OPENSHIFT_DATA_DIR/composer.phar self-update
1313
fi
1414

15-
# ( unset GIT_DIR ; cd $OPENSHIFT_REPO_DIR ; php $OPENSHIFT_DATA_DIR/composer.phar install )
15+
( unset GIT_DIR ; cd $OPENSHIFT_REPO_DIR ; php $OPENSHIFT_DATA_DIR/composer.phar install )

0 commit comments

Comments
 (0)