Commit aaabf97
committed
Set correct version on static-build
Right now, we are compiling into a container. Doing this Makefile.main
is not getting correct VERSION env var because we dont have TRAVIS_TAG
in the container.
To avoid this problem, we are setting always our VERSION when make
static-build is called.
Signed-off-by: Antonio Navarro Perez <[email protected]>1 parent 07fab5e commit aaabf97
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments