mirror of
https://github.com/apache/nifi.git
synced 2025-03-03 16:09:19 +00:00
NIFI-4958 - This closes #2529. Fix Travis job status + atlas profile
Signed-off-by: joewitt <joewitt@apache.org>
This commit is contained in:
parent
373cf090a4
commit
9158c19123
@ -55,4 +55,4 @@ script:
|
||||
# Note: The reason the sed is done as part of script is to ensure the pom hack
|
||||
# won't affect the 'clean install' above
|
||||
- bash .travis.sh
|
||||
- mvn -T 2 clean install -Pcontrib-check,include-grpc -Ddir-only | grep -v "\[WARNING\]" | grep -v "Downloading from" | grep -v "Copying "
|
||||
- mvn -T 2 clean install -Pcontrib-check,include-grpc,include-atlas -Ddir-only | grep -v "\[WARNING\]" | grep -v "Downloading from" | grep -v "Copying " && exit ${PIPESTATUS[0]}
|
||||
|
Loading…
x
Reference in New Issue
Block a user