diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-09-18 22:50:28 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2017-09-18 22:50:28 +0000 |
commit | e287357f0510721ee6009745097868ab226d362d (patch) | |
tree | b72adf848edfea108cdc5b57de08b6bfa065aab8 /jjb/common | |
parent | 82151816f48c58f35e7f603f1ecf64a5b64c3d5b (diff) | |
parent | 7f2d33b65314334a17af79f0b45c64eba63ef382 (diff) |
Merge "Fix typo"
Diffstat (limited to 'jjb/common')
-rw-r--r-- | jjb/common/include-agl-local-conf-DISTROFEATURES-AGLCI.sh | 3 |
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 + |