@leverege/build-tools 2.96.5 → 2.96.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/bash-funcs +1 -0
package/package.json
CHANGED
package/src/bash-funcs
CHANGED
|
@@ -305,6 +305,7 @@ PLUGIN_NOEXEC
|
|
|
305
305
|
[ ! -z "$HELM_WHAT" ] && OPERATION="Performing a DRY RUN"
|
|
306
306
|
printf "\n***$OPERATION => `color y $PLUGIN`\n\n" && sleep 2
|
|
307
307
|
export HELM_WHAT
|
|
308
|
+
service-man --from-helmup --create-service $SERVICE
|
|
308
309
|
. $PLUGIN # executing with . allows the plugin to use functions like color
|
|
309
310
|
sendToSlack "$PLUGIN"
|
|
310
311
|
return 0
|