Skip to content

Commit d438b2f

Browse files
Comment E2E and linter steps in release pipeline, as we already did at PR level
Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
1 parent 688ad00 commit d438b2f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/release-weekly-build.yml

Lines changed: 7 additions & 7 deletions
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)