Skip to content

Commit ce70ddd

Browse files
author
Alix Cook
committed
add version file for manifest pushin
1 parent 6cd76c9 commit ce70ddd

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2.0.0-ea

manifests/push_manifests.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ abort() {
1616
}
1717

1818
TOP_DIR=${CURR_DIR}/../
19+
if [[ -z "${VERSION}" ]] ; then
20+
VERSION=`cat ${TOP_DIR}/VERSION`
21+
fi
1922
if [[ -z "${VERSION}" ]] ; then
2023
abort "VERSION must be set"
2124
fi

0 commit comments

Comments
 (0)