devops: bump BUILD_NUMBERs to 1000
This way build numbers will be easier to distinguish in logs and documentation.
This commit is contained in:
Родитель
825c6a45c1
Коммит
81f219cf2b
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче