From: Ed Warnicke Date: Fri, 8 Jul 2016 16:26:20 +0000 (-0500) Subject: Fix merge job to not try to push artifacts (yet) for vpp-lite X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F25%2F1925%2F1;p=ci-management.git Fix merge job to not try to push artifacts (yet) for vpp-lite Change-Id: I752040595646c98a6d5e23f5e1fb4a7377ba16f1 Signed-off-by: Ed Warnicke --- diff --git a/jjb/vpp/vpp-lite.yaml b/jjb/vpp/vpp-lite.yaml index 5c11bdc03..ce877194d 100644 --- a/jjb/vpp/vpp-lite.yaml +++ b/jjb/vpp/vpp-lite.yaml @@ -164,16 +164,4 @@ builders: - shell: - !include-raw-escape: 'include-raw-vpp-lite-build.sh' - - maven-target: - maven-version: '{mvn33}' - goals: '--version' - settings: 'vpp-settings' - settings-type: cfp - global-settings: 'global-settings' - global-settings-type: cfp - - provide-maven-settings: - settings-file: 'vpp-settings' - global-settings-file: 'global-settings' - - shell: - !include-raw-escape: include-raw-vpp-maven-push.sh \ No newline at end of file + !include-raw-escape: 'include-raw-vpp-lite-build.sh' \ No newline at end of file