Skip to content

Commit

Permalink
Merge pull request #222 from docker/fix-e2e-v2
Browse files Browse the repository at this point in the history
Comment E2E and linter steps in release pipeline, as we already did a…
  • Loading branch information
silvin-lubecki committed Feb 27, 2024
2 parents 688ad00 + d438b2f commit 74bc560
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release-weekly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
- name: Check license headers
run: make validate

- name: Run golangci-lint
run: make lint
# - name: Run golangci-lint
# run: make lint

build:
name: Cross compile
Expand Down Expand Up @@ -97,11 +97,11 @@ jobs:
- name: Extract platform binary
run: mv dist/hub-tool-packages/* dist/ && make -f builder.Makefile ci-extract

- name: Run e2e tests
env:
E2E_HUB_USERNAME: ${{ secrets.E2E_HUB_USERNAME }}
E2E_HUB_TOKEN: ${{ secrets.E2E_HUB_TOKEN }}
run: make TAG_NAME=${{ github.event.inputs.tag }} e2e
# - name: Run e2e tests
# env:
# E2E_HUB_USERNAME: ${{ secrets.E2E_HUB_USERNAME }}
# E2E_HUB_TOKEN: ${{ secrets.E2E_HUB_TOKEN }}
# run: make TAG_NAME=${{ github.event.inputs.tag }} e2e

release:
name: Do GitHub release
Expand Down

0 comments on commit 74bc560

Please sign in to comment.