mirror of
https://github.com/valitydev/url-shortener.git
synced 2024-11-06 01:55:19 +00:00
ED-242: Move hay to release section (#46)
This commit is contained in:
parent
2873e37ed1
commit
22511f863c
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -18,5 +18,5 @@ build('url-shortener', 'docker-host', finalHook) {
|
||||
pipeErlangService = load("${env.JENKINS_LIB}/pipeErlangService.groovy")
|
||||
}
|
||||
|
||||
pipeErlangService.runPipe(true, true)
|
||||
pipeErlangService.runPipe(true)
|
||||
}
|
||||
|
@ -19,8 +19,6 @@
|
||||
woody,
|
||||
woody_user_identity,
|
||||
erl_health,
|
||||
how_are_you,
|
||||
woody_api_hay,
|
||||
prometheus,
|
||||
prometheus_cowboy
|
||||
]},
|
||||
|
@ -40,9 +40,7 @@
|
||||
{bouncer_proto, {git, "https://github.com/rbkmoney/bouncer-proto.git", {branch, "master"}}},
|
||||
{bouncer_client, {git, "https://github.com/rbkmoney/bouncer_client_erlang.git", {branch, "master"}}},
|
||||
{erl_health, {git, "https://github.com/rbkmoney/erlang-health.git", {branch, "master"}}},
|
||||
{cowboy_cors, {git, "https://github.com/rbkmoney/cowboy_cors.git", {branch, "master"}}},
|
||||
{how_are_you, {git, "https://github.com/rbkmoney/how_are_you.git", {branch, "master"}}},
|
||||
{woody_api_hay, {git, "https://github.com/rbkmoney/woody_api_hay.git", {branch, "master"}}}
|
||||
{cowboy_cors, {git, "https://github.com/rbkmoney/cowboy_cors.git", {branch, "master"}}}
|
||||
]}.
|
||||
|
||||
{xref_checks, [
|
||||
@ -67,6 +65,7 @@
|
||||
{profiles, [
|
||||
{prod, [
|
||||
{deps, [
|
||||
{how_are_you, {git, "https://github.com/rbkmoney/how_are_you.git", {ref, "2fd80134"}}},
|
||||
{woody_api_hay, {git, "https://github.com/rbkmoney/woody_api_hay.git", {ref, "4c39134cd"}}},
|
||||
% for introspection on production
|
||||
{recon, "2.3.2"}
|
||||
@ -80,6 +79,9 @@
|
||||
% profiler
|
||||
{tools, load},
|
||||
% log formatter
|
||||
woody_api_hay,
|
||||
how_are_you,
|
||||
sasl,
|
||||
{logger_logstash_formatter, load},
|
||||
shortener
|
||||
]},
|
||||
|
Loading…
Reference in New Issue
Block a user