diff options
author | yangyan <yangyanyj@chinamobile.com> | 2018-04-13 16:16:00 +0800 |
---|---|---|
committer | yangyan <yangyanyj@chinamobile.com> | 2018-04-13 16:16:05 +0800 |
commit | 82dc328af29c5075a65fb1d502449d80865c05d3 (patch) | |
tree | 27da4a162f4ae996ad2699f740230e696b191800 /nokiav2/deployment/src/main | |
parent | 700a95bed7d2d2ab1cb6e75ea1e4391dc8e76f50 (diff) |
Fix docker build error
Issue-ID: VFC-880
Change-Id: Ifd5fa6647e8bfa83df822377c197c7838550ac95
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'nokiav2/deployment/src/main')
-rwxr-xr-x | nokiav2/deployment/src/main/resources/build_image.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nokiav2/deployment/src/main/resources/build_image.sh b/nokiav2/deployment/src/main/resources/build_image.sh index 0465374d..1f78999d 100755 --- a/nokiav2/deployment/src/main/resources/build_image.sh +++ b/nokiav2/deployment/src/main/resources/build_image.sh @@ -30,7 +30,7 @@ echo "----- Build directory ${DOCKER_BUILD_DIR}" cd ${DOCKER_BUILD_DIR} #VERSION=`xmlstarlet sel -t -v "/_:project/_:version" ../../../pom.xml | sed 's/-SNAPSHOT//g'` -VERSION=`xmlstarlet sel -t -v "/_:project/_:version" ../../../pom.xml` +VERSION="1.1.0-SNAPSHOT" echo "------ Detected version: $VERSION" PROJECT="vfc" |