Skip to content

Commit 60428d5

Browse files
authored
Merge pull request #498 from tobiasge/build-feature-branch
Build feature branch
2 parents fd55ec2 + 5b34df1 commit 60428d5

File tree

3 files changed

+2
-41
lines changed

3 files changed

+2
-41
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
build_cmd:
4343
- ./build-latest.sh
4444
- PRERELEASE=true ./build-latest.sh
45-
- ./build-next.sh
45+
- ./build.sh feature
4646
- ./build.sh develop
4747
docker_from:
4848
- '' # use the default of the build script

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
build_cmd:
1515
- ./build-latest.sh
1616
- PRERELEASE=true ./build-latest.sh
17-
- ./build-next.sh
17+
- ./build.sh feature
1818
- ./build.sh develop
1919
fail-fast: false
2020
runs-on: ubuntu-latest

build-next.sh

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

0 commit comments

Comments
 (0)