Skip to content

Commit b72f826

Browse files
Hrishikesh Shindesthaha
Hrishikesh Shinde
authored andcommitted
Fixes related to content repository removal (#415)
Previous PR#409 has changed the CD flow, however, missed changes for CI flow. This patch fixes the CI flow by updating maven commands that prevent interaction with the content repository. Fixes openshiftio/openshift.io#3895 Related PR #409
1 parent 71708e0 commit b72f826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vars/mavenCI.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def call(body) {
3333
stage('Build + Unit test') {
3434
// set a unique temp version so we can download artifacts from nexus and run acceptance tests
3535
sh "mvn -U versions:set -DnewVersion=${version}"
36-
sh "mvn clean -B -e -U deploy -Dmaven.test.skip=${skipTests} -P openshift"
36+
sh "mvn clean -B -e -U install -Dmaven.test.skip=${skipTests} -P openshift"
3737
}
3838

3939
def s2iMode = utils.supportsOpenShiftS2I()

0 commit comments

Comments
 (0)