summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2018-04-13 16:16:00 +0800
committeryangyan <yangyanyj@chinamobile.com>2018-04-13 16:16:05 +0800
commit82dc328af29c5075a65fb1d502449d80865c05d3 (patch)
tree27da4a162f4ae996ad2699f740230e696b191800
parent700a95bed7d2d2ab1cb6e75ea1e4391dc8e76f50 (diff)
Fix docker build error
Issue-ID: VFC-880 Change-Id: Ifd5fa6647e8bfa83df822377c197c7838550ac95 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
-rwxr-xr-xnokiav2/deployment/src/main/resources/build_image.sh2
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"