Skip to content

Commit

Permalink
update ci (#157)
Browse files Browse the repository at this point in the history
Signed-off-by: ii2day <[email protected]>
  • Loading branch information
ii2day authored Aug 25, 2023
1 parent e72c96e commit 462ddb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/call-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
id: clean
run: |
RESULT=0
make clean_e2e_kdoctor || RESULT=1
make clean_e2e_kdoctor -e E2E_KIND_CLUSTER_NAME=${{ env.RUN_KIND_CLUSTER_NAME }} || RESULT=1
if ((RESULT==0)) ; then
echo "CLEAN_E2E_PASS=true" >> $GITHUB_ENV
else
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/netdns/netdns_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var _ = Describe("testing netDns ", Label("netDns"), func() {
successMean := int64(1500)
crontab := "0 1"
netDnsName := "netdns-e2e-" + tools.RandomName()

// netdns
netDns := new(v1beta1.Netdns)
netDns.Name = netDnsName

Expand Down

0 comments on commit 462ddb1

Please sign in to comment.