Skip to content

Commit

Permalink
enable unstable pipeline status (helidon-io#1768)
Browse files Browse the repository at this point in the history
  • Loading branch information
romain-grecourt committed Jun 10, 2020
1 parent 2602334 commit 8ff7da5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions etc/scripts/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash -e
#
# Copyright (c) 2018, 2020 Oracle and/or its affiliates.
#
Expand Down Expand Up @@ -43,7 +43,8 @@ mvn ${MAVEN_ARGS} --version

mvn ${MAVEN_ARGS} -f ${WS_DIR}/pom.xml \
clean install -e \
-Pexamples,integrations,archetypes,spotbugs,javadoc,docs,sources,tck,tests,pipeline
-Dmaven.test.failure.ignore=true \
-Pexamples,archetypes,spotbugs,javadoc,docs,sources,tck,tests,pipeline

examples/quickstarts/archetypes/test-archetypes.sh

Expand Down

0 comments on commit 8ff7da5

Please sign in to comment.