forked from masak/proto
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
[REBUILD] Fix failures in full-rebuild-from-commits
The bash script pulls and based on commit message titles tells the build script to do a full rebuild. However, if another build run is currently running, the build script will just exit. The next build run now won't see those commits and no full rebuild is done. Fix by leaving a marker file lying around when we're bailing out due to another run being active and a full rebuild was requested.
- Loading branch information
1 parent
6be4574
commit 2863c4b
Showing
1 changed file
with
28 additions
and
5 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