diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-09-19 00:18:41 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-09-19 00:18:41 +0200 |
commit | 7f2d33b65314334a17af79f0b45c64eba63ef382 (patch) | |
tree | 876fd66411ff7e82af1107c55fbe4885fcdd3942 /jjb | |
parent | 0dd4a29cb2bba9b60839907d320b56543a3cb0da (diff) |
Fix typo
Change-Id: Ic8c1605ed18a214415f706297e08eb0536c33d9c
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb')
-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 + |