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
Родитель 825c6a45c1
Коммит 81f219cf2b
3 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

@ -1 +1 @@
2
1000

Просмотреть файл

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

Просмотреть файл

@ -1 +1 @@
2
1000