From 49ea47c89f37729671c9a94fcfb9682246721739 Mon Sep 17 00:00:00 2001 From: Akinwale Ariwodola Date: Wed, 9 May 2018 14:33:28 +0100 Subject: [PATCH] modify export script --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8167457f..b6436124 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,7 +45,7 @@ install: script: #- "./build.sh | grep -Fv -e 'working:' -e 'copy' --line-buffered" - "./release.sh | grep -Fv -e 'working:' -e 'copy' --line-buffered" -- "export BUILD_VERSION=$(cat src/main/python/main.py | grep --color=never -oP '([0-9]+\.?)+')" +- export BUILD_VERSION=$(cat src/main/python/main.py | grep --color=never -oP '([0-9]+\.?)+') after_script: - "echo Build Version: $BUILD_VERSION" deploy: