Erlang 22 (#19)

This commit is contained in:
Sergey Yelin 2020-02-11 18:41:51 +03:00 committed by GitHub
parent bcd7372697
commit fa90b71efe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -32,7 +32,7 @@ build('kds', 'docker-host', finalHook) {
sh 'make wc_xref'
}
runStage('dialyze') {
withWsCache("_build/default/rebar3_21.3.8.7_plt") {
withWsCache("_build/default/rebar3_22.2.6_plt") {
sh 'make wc_dialyze'
}
}

View File

@ -16,7 +16,7 @@ SERVICE_IMAGE_PUSH_TAG ?= $(SERVICE_IMAGE_TAG)
BASE_IMAGE_NAME := service-erlang
BASE_IMAGE_TAG := da0ab769f01b650b389d18fc85e7418e727cbe96
BUILD_IMAGE_TAG := 4536c31941b9c27c134e8daf0fd18848809219c9
BUILD_IMAGE_TAG := e7eb72b7721443d88a948546da815528a96c6de9
CALL_W_CONTAINER := all submodules compile xref lint dialyze test devrel release clean distclean