mirror of
https://github.com/valitydev/hellgate.git
synced 2024-11-06 02:45:20 +00:00
MSPF-467: Update erlang and deps (#334)
* MSPF-467: Update erlang and deps * MSPF-467: Update service-erlang
This commit is contained in:
parent
d3fcf20510
commit
514e76a6f9
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -33,7 +33,7 @@ build('hellgate', 'docker-host', finalHook) {
|
||||
sh 'make wc_xref'
|
||||
}
|
||||
runStage('dialyze') {
|
||||
withWsCache("_build/default/rebar3_21.1.1_plt") {
|
||||
withWsCache("_build/default/rebar3_21.3.8.4_plt") {
|
||||
sh 'make wc_dialyze'
|
||||
}
|
||||
}
|
||||
|
4
Makefile
4
Makefile
@ -14,10 +14,10 @@ SERVICE_IMAGE_PUSH_TAG ?= $(SERVICE_IMAGE_TAG)
|
||||
|
||||
# Base image for the service
|
||||
BASE_IMAGE_NAME := service-erlang
|
||||
BASE_IMAGE_TAG := bdb3e60ddc70044bae1aa581d260d3a9803a2477
|
||||
BASE_IMAGE_TAG := 294d280ff42e6c0cc68ab40fe81e76a6262636c4
|
||||
|
||||
# Build image tag to be used
|
||||
BUILD_IMAGE_TAG := f3732d29a5e622aabf80542b5138b3631a726adb
|
||||
BUILD_IMAGE_TAG := cd38c35976f3684fe7552533b6175a4c3460e88b
|
||||
|
||||
CALL_ANYWHERE := all submodules rebar-update compile xref lint dialyze start devrel release clean distclean
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
||||
0},
|
||||
{<<"dmt_client">>,
|
||||
{git,"git@github.com:rbkmoney/dmt_client.git",
|
||||
{ref,"6bb0b65a183910c2031b5b81eb84fee045b7de8a"}},
|
||||
{ref,"22aba96c65b3655598c1a1325e7ed81ca2bc6181"}},
|
||||
0},
|
||||
{<<"dmt_core">>,
|
||||
{git,"git@github.com:rbkmoney/dmt_core.git",
|
||||
@ -59,7 +59,7 @@
|
||||
{<<"parse_trans">>,{pkg,<<"parse_trans">>,<<"3.3.0">>},3},
|
||||
{<<"party_client">>,
|
||||
{git,"git@github.com:rbkmoney/party_client_erlang.git",
|
||||
{ref,"b71b071ee3fca4eada86732f8cca71e76048ea2b"}},
|
||||
{ref,"b751fa7a88127244b9e9fcb92945cacbe10448cb"}},
|
||||
0},
|
||||
{<<"payproc_errors">>,
|
||||
{git,"git@github.com:rbkmoney/payproc-errors-erlang.git",
|
||||
@ -87,7 +87,7 @@
|
||||
{<<"unicode_util_compat">>,{pkg,<<"unicode_util_compat">>,<<"0.4.1">>},3},
|
||||
{<<"woody">>,
|
||||
{git,"git@github.com:rbkmoney/woody_erlang.git",
|
||||
{ref,"3fd21115377558db43d2c94af89502f118a47264"}},
|
||||
{ref,"8a6822462ad052372b75c6404212ef350301bd4f"}},
|
||||
0},
|
||||
{<<"woody_user_identity">>,
|
||||
{git,"git@github.com:rbkmoney/woody_erlang_user_identity.git",
|
||||
|
Loading…
Reference in New Issue
Block a user