Skip to content

Commit 84b8cc4

Browse files
committed
Fix call to subscript
1 parent 7701ef8 commit 84b8cc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kind.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ do
3333
kind load docker-image "$image" --name $cluster
3434
done
3535

36-
test-in-k8s.sh "$@"
36+
./test-in-k8s.sh "$@"
3737
rm -rf "$WORKSPACE_TMP/surefire-reports"
3838
kubectl cp jenkins:/checkout/target/surefire-reports "$WORKSPACE_TMP/surefire-reports"

0 commit comments

Comments
 (0)