We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7701ef8 commit 84b8cc4Copy full SHA for 84b8cc4
kind.sh
@@ -33,6 +33,6 @@ do
33
kind load docker-image "$image" --name $cluster
34
done
35
36
-test-in-k8s.sh "$@"
+./test-in-k8s.sh "$@"
37
rm -rf "$WORKSPACE_TMP/surefire-reports"
38
kubectl cp jenkins:/checkout/target/surefire-reports "$WORKSPACE_TMP/surefire-reports"
0 commit comments