Fix build file for non-release branches
This commit is contained in:
parent
0f4c501779
commit
2475f3d3e9
@ -99,7 +99,7 @@ tasks:
|
|||||||
SECONDS=0
|
SECONDS=0
|
||||||
|
|
||||||
cd twitter_offline_engine/build
|
cd twitter_offline_engine/build
|
||||||
version=$(git branch --show-current | grep -Poh "(?<=^release-)\d+\.\d+\.\d+"); true
|
version=$(git branch --show-current | grep -Poh "(?<=^release-)\d+\.\d+\.\d+") || true
|
||||||
|
|
||||||
if [[ -z "$version" ]]
|
if [[ -z "$version" ]]
|
||||||
then
|
then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user