File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 31
31
- name : Check license headers
32
32
run : make validate
33
33
34
- - name : Run golangci-lint
35
- run : make lint
34
+ # - name: Run golangci-lint
35
+ # run: make lint
36
36
37
37
build :
38
38
name : Cross compile
@@ -97,11 +97,11 @@ jobs:
97
97
- name : Extract platform binary
98
98
run : mv dist/hub-tool-packages/* dist/ && make -f builder.Makefile ci-extract
99
99
100
- - name : Run e2e tests
101
- env :
102
- E2E_HUB_USERNAME : ${{ secrets.E2E_HUB_USERNAME }}
103
- E2E_HUB_TOKEN : ${{ secrets.E2E_HUB_TOKEN }}
104
- run : make TAG_NAME=${{ github.event.inputs.tag }} e2e
100
+ # - name: Run e2e tests
101
+ # env:
102
+ # E2E_HUB_USERNAME: ${{ secrets.E2E_HUB_USERNAME }}
103
+ # E2E_HUB_TOKEN: ${{ secrets.E2E_HUB_TOKEN }}
104
+ # run: make TAG_NAME=${{ github.event.inputs.tag }} e2e
105
105
106
106
release :
107
107
name : Do GitHub release
You can’t perform that action at this time.
0 commit comments