From ed65d7ed7215c2f0d5459b2aa9758de796b587cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Hedenstro=CC=88m?= <erik@hedenstroem.com> Date: Wed, 11 Nov 2015 16:43:25 +0100 Subject: [PATCH] switched to yes --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f9d63be..d495e2e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,5 +29,5 @@ publish: - /^\d+[.]\d+[.]\d+$/ # Only publish HEAD tagged with semantic version script: - rebar3 update - - echo Y | rebar3 hex publish + - yes | rebar3 hex publish - rebar3 hex docs -- GitLab