When running our testsuite with netty-tcnative-boringssl-static we should use an empty classifier. (#8396)

Motivation:

We publish an "uber-jar" for netty-tcnative-boringssl-static so we should use it when testing against boringssl.

Modifications:

Ensure we use empty classifier.

Result:

Use uber-jar when testing
This commit is contained in:
Norman Maurer 2018-10-17 19:36:20 +02:00 committed by GitHub
parent 0ddc62cec0
commit 2109f14c24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ services:
test-boringssl-static: test-boringssl-static:
<<: *common <<: *common
command: /bin/bash -cl "./mvnw clean install -Dio.netty.testsuite.badHost=netty.io -Dtcnative.artifactId=netty-tcnative-boringssl-static" command: /bin/bash -cl "./mvnw clean install -Dio.netty.testsuite.badHost=netty.io -Dtcnative.artifactId=netty-tcnative-boringssl-static -Dtcnative.classifier="
shell: shell:
<<: *common <<: *common