diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2019-04-16 17:24:04 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2019-04-16 17:24:04 +0200 |
commit | 57a3666359937207f97ccb26aec9a8c5e70c154a (patch) | |
tree | 02834f1fcdeac080dc935032495b714c6f21fa61 /jjb/ci-apps-verify | |
parent | 98e3e912ffdb333e7e310e2b0f708897d0b4e145 (diff) |
Remove select include
It is not needed in the app context.
Change-Id: I23b8dab632df705fd06bf5dd9e99f772c68caa22
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/ci-apps-verify')
-rw-r--r-- | jjb/ci-apps-verify/ci-apps-jjb.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/ci-apps-verify/ci-apps-jjb.yaml b/jjb/ci-apps-verify/ci-apps-jjb.yaml index 5fd96ca6..605608ae 100644 --- a/jjb/ci-apps-verify/ci-apps-jjb.yaml +++ b/jjb/ci-apps-verify/ci-apps-jjb.yaml @@ -736,7 +736,7 @@ !include-raw-escape: - ../common/include-agl-header.sh - ../common/include-agl-repo.sh - - ../common/include-agl-select.sh + #- ../common/include-agl-select.sh - ../common/include-agl-run-test-prepare.sh - ../common/include-agl-lava-labs-prepare.sh - ../common/include-agl-app-run-test-short.sh |