mirror of
https://github.com/hbomb79/Titanium.git
synced 2025-01-22 17:32:06 -05:00
Removed un-needed echo
This commit is contained in:
parent
bc66991beb
commit
f58db59b93
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue