[Backport 7.x] Build dists in Docker during make.sh assemble
Co-authored-by: Seth Michael Larson <[email protected]>
This commit is contained in:
co-authored by
Seth Michael Larson
parent
a313b8773a
commit
45a430e7c9
@@ -0,0 +1,29 @@
|
||||
name: Unified Release
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'README.md'
|
||||
push:
|
||||
paths-ignore:
|
||||
- 'README.md'
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
- '[0-9]+.[0-9]+'
|
||||
- '[0-9]+.x'
|
||||
|
||||
jobs:
|
||||
assemble:
|
||||
name: Assemble
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
stack_version: ['7.x-SNAPSHOT']
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- run: "./.ci/make.sh assemble ${{ matrix.stack_version }}"
|
||||
name: Assemble ${{ matrix.stack_version }}
|
||||
Reference in New Issue
Block a user