upload api to swift container for publication

This commit is contained in:
Julien Fastré 2016-12-11 21:01:40 +01:00
parent 122e86f4d6
commit f9e5005f8d

View File

@ -47,6 +47,17 @@ api-doc-build:
only:
- master
- tags
api-doc-deploy:
stage: deploy-doc
image: pallet/swiftclient:latest
before_script:
# test that CONTAINER_API variable is set
- if [ -z ${CONTAINER_API+x} ]; then echo "Please set CONTAINER_API variable"; exit -1; fi
script: swift upload $CONTAINER_API api-doc/$CI_PROJECT_NAME/$CI_BUILD_REF_NAME
only:
- master
- tags
deploy-packagist:
stage: deploy