Skip to content

Commit

Permalink
Revert "Comments on building in CI/CD pipeline"
Browse files Browse the repository at this point in the history
This reverts commit e9b2355.
  • Loading branch information
keijoraamat committed Sep 29, 2021
1 parent 43713b0 commit 2d5a7d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion config/sys.config
Original file line number Diff line number Diff line change
Expand Up @@ -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/"},
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2d5a7d7

Please sign in to comment.