TF-4169 Add Labels module in prebuild.sh for CI
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ set -e
|
|||||||
set -x
|
set -x
|
||||||
|
|
||||||
# Add additional modules to the end of this, seperated by space
|
# Add additional modules to the end of this, seperated by space
|
||||||
modules=("core" "model" "contact" "forward" "rule_filter" "fcm" "email_recovery" "server_settings" "scribe" )
|
modules=("core" "model" "contact" "forward" "rule_filter" "fcm" "email_recovery" "server_settings" "scribe" "labels")
|
||||||
|
|
||||||
for mod in "${modules[@]}"; do
|
for mod in "${modules[@]}"; do
|
||||||
(
|
(
|
||||||
|
|||||||
Reference in New Issue
Block a user