From 2d5a7d75be01dae7c448cd11ced002cec3ecb830 Mon Sep 17 00:00:00 2001 From: Keijo Raamat Date: Wed, 29 Sep 2021 15:10:11 +0300 Subject: [PATCH] Revert "Comments on building in CI/CD pipeline" This reverts commit e9b235564e610d4c1f44c52a7cbb13d445c6ed7b. --- config/sys.config | 1 - rebar.config | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/config/sys.config b/config/sys.config index fad03fe..c2f3ae4 100644 --- a/config/sys.config +++ b/config/sys.config @@ -14,7 +14,6 @@ %% URL of EPP endpoints. Can be pointed at a web server (Apache/NGINX) %% Can contain port (https://some-host:3000/epp/session) %% Honors the prepended protocol (http / https). - %% Service_name.Namespace.svc.cluster.local <=== service name in k8s {epp_session_url, "https://registry.test/epp/session/"}, {epp_command_url, "https://registry.test/epp/command/"}, {epp_error_url, "https://registry.test/epp/error/"}, diff --git a/rebar.config b/rebar.config index 79c1301..3f6979f 100644 --- a/rebar.config +++ b/rebar.config @@ -6,7 +6,7 @@ {lager_syslog, {git, "https://github.com/erlang-lager/lager_syslog.git"}}, {erlsom, "1.5.0"}]}. -{relx, [{release, {epp_proxy, "1.2.3"}, +{relx, [{release, {epp_proxy, "git"}, [epp_proxy, lager, lager_syslog,