File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
application/console/views/cron/scripts/upload/default Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -410,9 +410,10 @@ post_publish() {
410
410
# contain the keywords: ios, android, google (play), and pwa. So the system admin
411
411
# should be aware when adding new products.
412
412
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.
416
417
417
418
for NOTIFY_SERVER in ${PUBLISH_NOTIFY/ ,/ }
418
419
do
You can’t perform that action at this time.
0 commit comments