aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-09-18 22:50:28 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2017-09-18 22:50:28 +0000
commite287357f0510721ee6009745097868ab226d362d (patch)
treeb72adf848edfea108cdc5b57de08b6bfa065aab8 /jjb/common
parent82151816f48c58f35e7f603f1ecf64a5b64c3d5b (diff)
parent7f2d33b65314334a17af79f0b45c64eba63ef382 (diff)
Merge "Fix typo"
Diffstat (limited to 'jjb/common')
-rw-r--r--jjb/common/include-agl-local-conf-DISTROFEATURES-AGLCI.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/jjb/common/include-agl-local-conf-DISTROFEATURES-AGLCI.sh b/jjb/common/include-agl-local-conf-DISTROFEATURES-AGLCI.sh
index 77b0058c..d0de6db2 100644
--- a/jjb/common/include-agl-local-conf-DISTROFEATURES-AGLCI.sh
+++ b/jjb/common/include-agl-local-conf-DISTROFEATURES-AGLCI.sh
@@ -1,2 +1,3 @@
# This is the big switch for in-CI builds
-DISTRO_FEATURES_append = "AGLCI"
+echo 'DISTRO_FEATURES_append = "AGLCI"' >> conf/local.conf
+