mirror of
https://github.com/valitydev/dominant.git
synced 2024-11-06 02:25:17 +00:00
Erlang 22 (#113)
This commit is contained in:
parent
b4de543df5
commit
cb6a9d7332
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -36,7 +36,7 @@ build('dominant', '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'
|
||||
}
|
||||
}
|
||||
|
2
Makefile
2
Makefile
@ -17,7 +17,7 @@ BASE_IMAGE_NAME := service-erlang
|
||||
BASE_IMAGE_TAG := da0ab769f01b650b389d18fc85e7418e727cbe96
|
||||
|
||||
# Build image tag to be used
|
||||
BUILD_IMAGE_TAG := 4536c31941b9c27c134e8daf0fd18848809219c9
|
||||
BUILD_IMAGE_TAG := e7eb72b7721443d88a948546da815528a96c6de9
|
||||
|
||||
CALL_ANYWHERE := all submodules compile xref lint dialyze start devrel release clean distclean
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user