Skip to content

Commit

Permalink
Revert split release (#2139)
Browse files Browse the repository at this point in the history
* Revert "chore: ignore artifacts dir (#2132)"

This reverts commit 27acb98.

* Revert "chore: split release workflow so the majority happens on Linux (#2092)"

This reverts commit b87096b.
  • Loading branch information
deansheather committed Jun 7, 2022
1 parent 4b82509 commit 7b76afb
Show file tree
Hide file tree
Showing 8 changed files with 120 additions and 383 deletions.
58 changes: 0 additions & 58 deletions .github/.goreleaser-release-darwin.yaml

This file was deleted.

55 changes: 0 additions & 55 deletions .github/.goreleaser-release-linux.yaml

This file was deleted.

105 changes: 0 additions & 105 deletions .github/.goreleaser-release.yaml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/coder.yaml
Expand Up @@ -226,7 +226,7 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./gotests.coverage
flags: unittest-go-${{ matrix.os }}
# this flakes and sometimes fails the build
# this flakes and sometimes fails the build
fail_ci_if_error: false

test-go-postgres:
Expand Down Expand Up @@ -310,7 +310,7 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./gotests.coverage
flags: unittest-go-postgres-${{ matrix.os }}
# this flakes and sometimes fails the build
# this flakes and sometimes fails the build
fail_ci_if_error: false

deploy:
Expand Down Expand Up @@ -437,7 +437,7 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./site/coverage/lcov.info
flags: unittest-js
# this flakes and sometimes fails the build
# this flakes and sometimes fails the build
fail_ci_if_error: false

- name: Upload DataDog Trace
Expand Down

0 comments on commit 7b76afb

Please sign in to comment.