Skip to content

Commit 5a64f90

Browse files
committed
wip
Signed-off-by: Attila Mészáros <[email protected]>
1 parent 8540905 commit 5a64f90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
else
5252
it_profile="integration-tests-${{inputs.it-category}}"
5353
fi
54-
echo "{ "kube-version":"${{inputs.kube-version}}", "java-version":"${{ inputs.java-version }}","http-client":"${{inputs.http-client}}"}" >> run-properties.json
54+
echo "{ \"kube-version\":\"${{inputs.kube-version}}\", \"java-version\":\"${{ inputs.java-version }}\", \"http-client\":\"${{inputs.http-client}}\" }" >> run-properties.json
5555
echo "Using profile: ${it_profile}"
5656
./mvnw ${MAVEN_ARGS} -T1C -B install -DskipTests -Pno-apt --file pom.xml
5757
./mvnw ${MAVEN_ARGS} -T1C -B package -P${it_profile} -Dfabric8-httpclient-impl.name=${{inputs.http-client}} --file pom.xml

0 commit comments

Comments
 (0)