Skip to content

Commit 28c79d3

Browse files
committed
fix boilerplate checks
On-behalf-of: @SAP christoph.mewes@sap.com
1 parent e9ca17b commit 28c79d3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

hack/lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ write_junit() {
9898
errors=1
9999
failure='<failure type="Failure">Step failed</failure>'
100100
fi
101-
TEST_CLASS="${TEST_CLASS:-Kubermatic}"
101+
TEST_CLASS="${TEST_CLASS:-api-syncagent}"
102102
cat << EOF > ${ARTIFACTS}/junit.$(echo $TEST_NAME | sed 's/ /_/g' | tr '[:upper:]' '[:lower:]').xml
103103
<?xml version="1.0" ?>
104104
<testsuites>

hack/verify-boilerplate.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ set -x
2828
"$BOILERPLATE" \
2929
-boilerplates hack/boilerplate \
3030
-exclude .github \
31+
-exclude hack/uget.sh \
3132
-exclude internal/certificates/triple \
3233
-exclude sdk/applyconfiguration \
3334
-exclude sdk/clientset \

0 commit comments

Comments
 (0)