Changed "build-branches.sh" to "build-next.sh"
The old version of "build-branches.sh" skipped the pushing of images when one of
them didn't change its sources. When looking at the Netbox branches I noticed
that the "master" branch only changes when there is a new release. Because we
build the new releases anyway in "build-latest.sh" that leaves "develop" and
"develop-*" which change regularly. The new script "build-next.sh" is responsible
for building "develop-*" as the next major release of Netbox. The build of
"develop" is moved to the Github Action build matrix. This has the additional
advantage of being faster because more builds are done in parallel.
1 parent 794fb45 commit a217ce8ffd45fa2b07bba3e3bf1517b58b9c685d
@Tobias Genannt Tobias Genannt authored on 9 Apr 2020
Showing 4 changed files
View
.github/workflows/push.yml
View
.github/workflows/release.yml
View
build-branches.sh 100755 → 0
View
build-next.sh 0 → 100755