-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch version/0-43-0-RC1 to adopt changes from PR #2935
- Loading branch information
Showing
4 changed files
with
3 additions
and
71 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
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 |
---|---|---|
|
@@ -13,14 +13,8 @@ jobs: | |
propagate: | ||
name: Propagate to affected version branches | ||
runs-on: ubuntu-20.04 | ||
strategy: | ||
matrix: | ||
go-version: | ||
- 1.20.x | ||
env: | ||
ACTIVESTATE_CI: true | ||
ACTIVESTATE_CLI_DISABLE_RUNTIME: true | ||
SHELL: bash | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
JIRA_USERNAME: ${{ secrets.JIRA_EMAIL }} | ||
JIRA_TOKEN: ${{ secrets.JIRA_TOKEN }} | ||
|
@@ -40,7 +34,7 @@ jobs: | |
name: Install Go | ||
uses: actions/setup-go@v3 | ||
with: | ||
go-version: ${{ matrix.go-version }} | ||
go-version: '1.20.x' | ||
|
||
- # === Install State Tool === | ||
name: Install State Tool | ||
|
@@ -50,18 +44,10 @@ jobs: | |
name: Setup | ||
shell: bash | ||
run: | | ||
bin=$(pwd)/.github/deps/${{ runner.os }}/bin | ||
echo "Adding $bin to PATH" | ||
echo "$bin" >> $GITHUB_PATH | ||
# We specify our custom user because we need privileges to push to protected branches | ||
git config user.name "AS-builds" | ||
git config user.email "[email protected]" | ||
- # === Install Deps === | ||
name: Install Deps | ||
shell: bash | ||
run: state run install-deps | ||
|
||
- # === Preprocess === | ||
name: Preprocess | ||
shell: bash | ||
|
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