Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f20d961

Browse files
deansheatherkylecarbs
authored andcommitted
Revert split release (#2139)
* 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.
1 parent 3e8d333 commit f20d961

8 files changed

+120
-383
lines changed

.github/.goreleaser-release-darwin.yaml

-58
This file was deleted.

.github/.goreleaser-release-linux.yaml

-55
This file was deleted.

.github/.goreleaser-release.yaml

-105
This file was deleted.

.github/workflows/coder.yaml

+3-3
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)