We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 408423f commit 107eed2Copy full SHA for 107eed2
.openshift/action_hooks/build
@@ -9,6 +9,8 @@ set -e
9
source $OPENSHIFT_CARTRIDGE_SDK_BASH
10
11
client_result "build"
12
+client_message "build"
13
+client_error "build"
14
15
#
16
# The PHP dir most be controlled by Drupal content
.openshift/action_hooks/deploy
@@ -8,6 +8,10 @@ set -e
8
+client_result "deploy"
+
DRUPAL_SITE_DIR=${OPENSHIFT_DATA_DIR}sites
DRUPAL_PRIVATE_DIR=${OPENSHIFT_DATA_DIR}private
17
DRUPAL_FILES_DIR=${DRUPAL_SITE_DIR}/default/files
0 commit comments