Skip to content

Commit 3bdd8fc

Browse files
committed
Notify ScriptureEarth on rebuild
1 parent b91fc7e commit 3bdd8fc

File tree

1 file changed

+4
-3
lines changed
  • application/console/views/cron/scripts/upload/default

1 file changed

+4
-3
lines changed

application/console/views/cron/scripts/upload/default/publish.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -410,9 +410,10 @@ post_publish() {
410410
# contain the keywords: ios, android, google (play), and pwa. So the system admin
411411
# should be aware when adding new products.
412412
WORKFLOW_PRODUCT_NAME_LOWER=$(echo "${WORKFLOW_PRODUCT_NAME}" | awk '{print tolower($0)}')
413-
if [[ "${WORKFLOW_TYPE}" == "Startup" && "${PUBLISH_NOTIFY}" != "" ]]; then
414-
# See BuildEngineServiceBase::AddProductProperitiesToEnvironment for the list of properties
415-
# that are added.
413+
if [[ "${PUBLISH_NOTIFY}" != "" ]]; then
414+
# See S1: Services/BuildEngine: BuildEngineServiceBase::AddProductProperitiesToEnvironment
415+
# See S2: node-server/job-executors/common.build-publish.ts: addProductPropertiesToEnvironment
416+
# for the list of properties that are added.
416417

417418
for NOTIFY_SERVER in ${PUBLISH_NOTIFY/,/ }
418419
do

0 commit comments

Comments
 (0)