Skip to content

Commit

Permalink
Comment E2E and linter steps in release pipeline, as we already did a…
Browse files Browse the repository at this point in the history
…t PR level

Signed-off-by: Silvin Lubecki <[email protected]>
  • Loading branch information
silvin-lubecki committed Feb 27, 2024
1 parent 688ad00 commit d438b2f
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 d438b2f

Please sign in to comment.