devops: bump BUILD_NUMBERs to 1000

This way build numbers will be easier to distinguish in logs
and documentation.
This commit is contained in:
Andrey Lushnikov 2019-11-22 20:32:21 -08:00
parent 825c6a45c1
commit 81f219cf2b
3 changed files with 5 additions and 2 deletions

View file

@ -1 +1 @@
2 1000

View file

@ -68,4 +68,7 @@ while (( REVISION > 0 )); do
done; done;
echo echo
REVISION=$((REVISION - 1 )) REVISION=$((REVISION - 1 ))
if [[ $REVISION == "999" ]]; then
REVISION=2
fi
done; done;

View file

@ -1 +1 @@
2 1000