mirror of
https://github.com/hbomb79/Titanium.git
synced 2025-01-22 09:22:05 -05:00
Fixed curl argument length
This commit is contained in:
parent
1f2e7f23f2
commit
bc66991beb
1 changed files with 4 additions and 1 deletions
|
@ -40,7 +40,10 @@ build-release:
|
|||
- echo "Searching for documentation"
|
||||
- ruby bin/commentParse.rb
|
||||
- echo "Publishing documentation"
|
||||
- curl --data "data=`base64 rubyout`&key=$DEPLOY_DOCUMENTATION_KEY&tag=$CI_BUILD_TAG" http://harryfelton.web44.net/titanium/deliverDocs.php
|
||||
- echo -n data= > body
|
||||
- echo -n "$(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
|
||||
artifacts:
|
||||
name: "release_${CI_BUILD_REF_NAME}"
|
||||
|
|
Loading…
Reference in a new issue