Fix build script (#12367)
This commit is contained in:
parent
18096fd2fb
commit
3984d82e90
|
@ -326,7 +326,7 @@ function build_consul {
|
|||
-e CGO_ENABLED=0 \
|
||||
-e GOLDFLAGS="${GOLDFLAGS}" \
|
||||
-e GOTAGS="${GOTAGS}" \
|
||||
${image_name} make linux
|
||||
${image_name} make linux)
|
||||
ret=$?
|
||||
|
||||
if test $ret -eq 0
|
||||
|
|
Loading…
Reference in New Issue