Skip to content

Commit 74bc560

Browse files
Merge pull request #222 from docker/fix-e2e-v2
Comment E2E and linter steps in release pipeline, as we already did a…
2 parents 688ad00 + d438b2f commit 74bc560

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Diff for: .github/workflows/release-weekly-build.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
- name: Check license headers
3232
run: make validate
3333

34-
- name: Run golangci-lint
35-
run: make lint
34+
# - name: Run golangci-lint
35+
# run: make lint
3636

3737
build:
3838
name: Cross compile
@@ -97,11 +97,11 @@ jobs:
9797
- name: Extract platform binary
9898
run: mv dist/hub-tool-packages/* dist/ && make -f builder.Makefile ci-extract
9999

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
105105

106106
release:
107107
name: Do GitHub release

0 commit comments

Comments
 (0)