Removed un-needed echo

This commit is contained in:
hbomb79 2017-01-22 20:13:21 +13:00
parent bc66991beb
commit f58db59b93

View file

@ -41,7 +41,7 @@ build-release:
- ruby bin/commentParse.rb - ruby bin/commentParse.rb
- echo "Publishing documentation" - echo "Publishing documentation"
- echo -n data= > body - echo -n data= > body
- echo -n "$(base64 rubyout)" >> body - base64 rubyout >> body
- echo -n "&key=$DEPLOY_DOCUMENTATION_KEY&tag=$CI_BUILD_TAG" >> body - echo -n "&key=$DEPLOY_DOCUMENTATION_KEY&tag=$CI_BUILD_TAG" >> body
- curl --data "@body" http://harryfelton.web44.net/titanium/deliverDocs.php - curl --data "@body" http://harryfelton.web44.net/titanium/deliverDocs.php
environment: release environment: release