Skip to content
Snippets Groups Projects
Commit c6006972 authored by Andrew Tridgell's avatar Andrew Tridgell
Browse files

autobuild: added FORCE_BUILD for forcing a rebuild

parent 1e8357ba
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,7 @@ checkout() {
# check if we should skip this build because we have already
# built this version
skip_build() {
[ "$FORCE_BUILD" -eq "1" ] && return 1
tag="$1"
ddir="$2"
bname=$(basename $ddir)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment