ED-242: Move hay to release section (#46)

This commit is contained in:
Sergey Yelin 2021-09-10 12:53:45 +03:00 committed by GitHub
parent 2873e37ed1
commit 22511f863c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

2
Jenkinsfile vendored
View File

@ -18,5 +18,5 @@ build('url-shortener', 'docker-host', finalHook) {
pipeErlangService = load("${env.JENKINS_LIB}/pipeErlangService.groovy")
}
pipeErlangService.runPipe(true, true)
pipeErlangService.runPipe(true)
}

View File

@ -19,8 +19,6 @@
woody,
woody_user_identity,
erl_health,
how_are_you,
woody_api_hay,
prometheus,
prometheus_cowboy
]},

View File

@ -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
]},