From 22511f863c0e46e27757d4b77c34cf3095fb4389 Mon Sep 17 00:00:00 2001 From: Sergey Yelin Date: Fri, 10 Sep 2021 12:53:45 +0300 Subject: [PATCH] ED-242: Move hay to release section (#46) --- Jenkinsfile | 2 +- apps/shortener/src/shortener.app.src | 2 -- rebar.config | 8 +++++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4d39e72..09c3c6f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -18,5 +18,5 @@ build('url-shortener', 'docker-host', finalHook) { pipeErlangService = load("${env.JENKINS_LIB}/pipeErlangService.groovy") } - pipeErlangService.runPipe(true, true) + pipeErlangService.runPipe(true) } diff --git a/apps/shortener/src/shortener.app.src b/apps/shortener/src/shortener.app.src index 868c69b..fb5fbdb 100644 --- a/apps/shortener/src/shortener.app.src +++ b/apps/shortener/src/shortener.app.src @@ -19,8 +19,6 @@ woody, woody_user_identity, erl_health, - how_are_you, - woody_api_hay, prometheus, prometheus_cowboy ]}, diff --git a/rebar.config b/rebar.config index 18194a8..441ece7 100644 --- a/rebar.config +++ b/rebar.config @@ -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 ]},