Update plt file location for newer Erlang version

This commit is contained in:
Andrew Mayorov 2020-06-26 16:06:28 +03:00
parent 26316a9c4a
commit 22174f465e
No known key found for this signature in database
GPG Key ID: 5AB939BC29BDA254

2
Jenkinsfile vendored
View File

@ -36,7 +36,7 @@ build('dmt_client', 'docker-host', finalHook) {
sh 'make wc_xref'
}
runStage('dialyze') {
withWsCache("_build/dialyze/rebar3_21.3.8.4_plt") {
withWsCache("_build/dialyze/rebar3_23.0.1_plt") {
sh 'make wc_dialyze'
}
}