Skip to content

Commit 107eed2

Browse files
committed
Testing client_result, client_error, and client_build.
1 parent 408423f commit 107eed2

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.openshift/action_hooks/build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ set -e
99
source $OPENSHIFT_CARTRIDGE_SDK_BASH
1010

1111
client_result "build"
12+
client_message "build"
13+
client_error "build"
1214

1315
#
1416
# The PHP dir most be controlled by Drupal content

.openshift/action_hooks/deploy

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ set -e
88

99
source $OPENSHIFT_CARTRIDGE_SDK_BASH
1010

11+
client_result "deploy"
12+
client_message "build"
13+
client_error "build"
14+
1115
DRUPAL_SITE_DIR=${OPENSHIFT_DATA_DIR}sites
1216
DRUPAL_PRIVATE_DIR=${OPENSHIFT_DATA_DIR}private
1317
DRUPAL_FILES_DIR=${DRUPAL_SITE_DIR}/default/files

0 commit comments

Comments
 (0)