We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8540905 commit 5a64f90Copy full SHA for 5a64f90
1 file changed
.github/workflows/integration-tests.yml
@@ -51,7 +51,7 @@ jobs:
51
else
52
it_profile="integration-tests-${{inputs.it-category}}"
53
fi
54
- echo "{ "kube-version":"${{inputs.kube-version}}", "java-version":"${{ inputs.java-version }}","http-client":"${{inputs.http-client}}"}" >> run-properties.json
+ echo "{ \"kube-version\":\"${{inputs.kube-version}}\", \"java-version\":\"${{ inputs.java-version }}\", \"http-client\":\"${{inputs.http-client}}\" }" >> run-properties.json
55
echo "Using profile: ${it_profile}"
56
./mvnw ${MAVEN_ARGS} -T1C -B install -DskipTests -Pno-apt --file pom.xml
57
./mvnw ${MAVEN_ARGS} -T1C -B package -P${it_profile} -Dfabric8-httpclient-impl.name=${{inputs.http-client}} --file pom.xml
0 commit comments