-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid build failure due to warning running docker build
Rush interpretted output to stderr from the docker build command as a build warning. This failed the build pipeline. Also: - Update version of Rush and pnpm. - Remove use of toolchain package since it has been unpublished from the npm registry. Signed-off-by: Mark S. Lewis <[email protected]>
- Loading branch information
1 parent
57fd694
commit ed3bab0
Showing
12 changed files
with
1,850 additions
and
1,447 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
name: Release | ||
|
||
on: | ||
create: | ||
push: | ||
tags: | ||
- "v2.*" | ||
workflow_dispatch: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,5 +11,3 @@ on: | |
jobs: | ||
test: | ||
uses: ./.github/workflows/test.yaml | ||
with: | ||
checkout-ref: ${{ matrix.checkout-ref }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.