From 2852c23ceded96010c2f82b68201c4a35b4865ad Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Tue, 26 May 2020 15:15:34 -0700 Subject: Fix integration project name Integration xtesting project name needed correction. Name should have "-" and not "/" Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall Change-Id: Iddf021746f066b0c57e35a19cfc27b218a65c7ab --- jjb/integration/xtesting/integration-xtesting.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/integration/xtesting/integration-xtesting.yaml b/jjb/integration/xtesting/integration-xtesting.yaml index ccc14414a..857696320 100644 --- a/jjb/integration/xtesting/integration-xtesting.yaml +++ b/jjb/integration/xtesting/integration-xtesting.yaml @@ -11,7 +11,7 @@ - project: name: integration-xtesting-linters project: integration/xtesting - project-name: integration/xtesting + project-name: integration-xtesting python-version: python3 jobs: - integration-linters -- cgit 1.2.3-korg