modify export script
This commit is contained in:
parent
7a5d620ed4
commit
49ea47c89f
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ install:
|
||||||
script:
|
script:
|
||||||
#- "./build.sh | grep -Fv -e 'working:' -e 'copy' --line-buffered"
|
#- "./build.sh | grep -Fv -e 'working:' -e 'copy' --line-buffered"
|
||||||
- "./release.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:
|
after_script:
|
||||||
- "echo Build Version: $BUILD_VERSION"
|
- "echo Build Version: $BUILD_VERSION"
|
||||||
deploy:
|
deploy:
|
||||||
|
|
Loading…
Reference in a new issue