Fix CI issues

This commit is contained in:
Anton Belyaev 2018-07-30 17:30:57 +03:00
parent 3ad1589bad
commit 209866032b
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -9,7 +9,7 @@ def finalHook = {
build('fistful-server', 'docker-host', finalHook) {
checkoutRepo()
loadBuildUtils()
loadBuildUtils('build-utils')
def pipeDefault
def withWsCache

View File

@ -1,4 +1,4 @@
REBAR = $(or $(shell which rebar3), $(error "`rebar3' executable missing"))
REBAR := $(shell which rebar3 2>/dev/null || which ./rebar3)
SUBMODULES = build-utils
# wapi