Skip to content

Commit be0395a

Browse files
authored
Merge pull request #163 from layer5io/kumarabd/feature/labs
fixes for ci
2 parents a7ec6c7 + 1fc2bbc commit be0395a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ jobs:
7979
# needs: [lint, error_check, static_check, vet, sec_check]
8080
name: Tests
8181
runs-on: ubuntu-latest
82+
env:
83+
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
8284
steps:
8385
- name: Check out code
8486
uses: actions/checkout@master

go.mod

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ module github.com/layer5io/meshery-istio
22

33
go 1.13
44

5-
replace github.com/kudobuilder/kuttl => github.com/layer5io/kuttl v0.4.1-0.20200723152044-916f10574334
5+
replace (
6+
github.com/kudobuilder/kuttl => github.com/layer5io/kuttl v0.4.1-0.20200723152044-916f10574334
7+
gopkg.in/ini.v1 => github.com/go-ini/ini v1.62.0
8+
)
69

710
require (
811
github.com/aspenmesh/istio-vet v0.0.0-20200806222806-9c8e9a962b9f

0 commit comments

Comments
 (0)