Skip to content

Commit 7b76afb

Browse files
authored
Revert split release (coder#2139)
* Revert "chore: ignore artifacts dir (coder#2132)" This reverts commit 27acb98. * Revert "chore: split release workflow so the majority happens on Linux (coder#2092)" This reverts commit b87096b.
1 parent 4b82509 commit 7b76afb

8 files changed

+120
-383
lines changed

.github/.goreleaser-release-darwin.yaml

Lines changed: 0 additions & 58 deletions
This file was deleted.

.github/.goreleaser-release-linux.yaml

Lines changed: 0 additions & 55 deletions
This file was deleted.

.github/.goreleaser-release.yaml

Lines changed: 0 additions & 105 deletions
This file was deleted.

.github/workflows/coder.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ jobs:
226226
token: ${{ secrets.CODECOV_TOKEN }}
227227
files: ./gotests.coverage
228228
flags: unittest-go-${{ matrix.os }}
229-
# this flakes and sometimes fails the build
229+
# this flakes and sometimes fails the build
230230
fail_ci_if_error: false
231231

232232
test-go-postgres:
@@ -310,7 +310,7 @@ jobs:
310310
token: ${{ secrets.CODECOV_TOKEN }}
311311
files: ./gotests.coverage
312312
flags: unittest-go-postgres-${{ matrix.os }}
313-
# this flakes and sometimes fails the build
313+
# this flakes and sometimes fails the build
314314
fail_ci_if_error: false
315315

316316
deploy:
@@ -437,7 +437,7 @@ jobs:
437437
token: ${{ secrets.CODECOV_TOKEN }}
438438
files: ./site/coverage/lcov.info
439439
flags: unittest-js
440-
# this flakes and sometimes fails the build
440+
# this flakes and sometimes fails the build
441441
fail_ci_if_error: false
442442

443443
- name: Upload DataDog Trace

0 commit comments

Comments
 (0)