Skip to content

Commit

Permalink
Pinning the Version of license-lint (kurator-dev#609)
Browse files Browse the repository at this point in the history
* Pinning the Version of license-lint

Signed-off-by: LiZhenCheng9527 <lizhencheng6@huawei.com>

* change wait time in install-kurator.sh

Signed-off-by: LiZhenCheng9527 <lizhencheng6@huawei.com>

---------

Signed-off-by: LiZhenCheng9527 <lizhencheng6@huawei.com>
  • Loading branch information
LiZhenCheng9527 authored Feb 23, 2024
1 parent b3324c4 commit 9866f70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ mod-download-go:

.PHONY: mirror-licenses
mirror-licenses: mod-download-go; \
go install istio.io/tools/cmd/license-lint@latest; \
go install istio.io/tools/cmd/license-lint@v0.0.0-20240221165422-57f6bfb4cd73; \
rm -fr licenses; \
license-lint --mirror

Expand Down
2 changes: 1 addition & 1 deletion hack/e2e-test/install-kurator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export KUBECONFIG=${MAIN_KUBECONFIG}
COMMIT_ID=$(git rev-parse --short HEAD)
VERSION=$(echo "$COMMIT_ID" | grep -o '^[0-9]')

sleep 5s
sleep 10s

helm repo add jetstack https://charts.jetstack.io
helm repo update
Expand Down

0 comments on commit 9866f70

Please sign in to comment.