Skip to content

Commit

Permalink
Merge pull request #498 from tobiasge/build-feature-branch
Browse files Browse the repository at this point in the history
Build feature branch
  • Loading branch information
cimnine authored Apr 27, 2021
2 parents fd55ec2 + 5b34df1 commit 60428d5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 41 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
build_cmd:
- ./build-latest.sh
- PRERELEASE=true ./build-latest.sh
- ./build-next.sh
- ./build.sh feature
- ./build.sh develop
docker_from:
- '' # use the default of the build script
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build_cmd:
- ./build-latest.sh
- PRERELEASE=true ./build-latest.sh
- ./build-next.sh
- ./build.sh feature
- ./build.sh develop
fail-fast: false
runs-on: ubuntu-latest
Expand Down
39 changes: 0 additions & 39 deletions build-next.sh

This file was deleted.

0 comments on commit 60428d5

Please sign in to comment.