From f58db59b93da7602d18bfbb637aff1bdb4ecc719 Mon Sep 17 00:00:00 2001 From: hbomb79 Date: Sun, 22 Jan 2017 20:13:21 +1300 Subject: [PATCH] Removed un-needed echo --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 62fa92e..384373c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,7 +41,7 @@ build-release: - ruby bin/commentParse.rb - echo "Publishing documentation" - echo -n data= > body - - echo -n "$(base64 rubyout)" >> body + - base64 rubyout >> body - echo -n "&key=$DEPLOY_DOCUMENTATION_KEY&tag=$CI_BUILD_TAG" >> body - curl --data "@body" http://harryfelton.web44.net/titanium/deliverDocs.php environment: release