mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
fix escaping
This commit is contained in:
parent
efa24e2838
commit
e0fdf3ebf6
@ -56,9 +56,8 @@ api-doc-deploy:
|
|||||||
- if [ -z ${CONTAINER_API+x} ]; then echo "Please set CONTAINER_API variable"; exit -1; fi
|
- if [ -z ${CONTAINER_API+x} ]; then echo "Please set CONTAINER_API variable"; exit -1; fi
|
||||||
# go to api-doc to have and url with PROJECT/BUILD
|
# go to api-doc to have and url with PROJECT/BUILD
|
||||||
- cd api-doc
|
- cd api-doc
|
||||||
script:
|
# upload, and keep files during 1 year
|
||||||
# upload, and keep files during 1 year
|
script: "swift upload --header \"X-Delete-After: 31536000\" $CONTAINER_API $CI_PROJECT_NAME/$CI_BUILD_REF_NAME"
|
||||||
- swift upload --header "X-Delete-After: 31536000" $CONTAINER_API $CI_PROJECT_NAME/$CI_BUILD_REF_NAME
|
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
- tags
|
- tags
|
||||||
|
Loading…
x
Reference in New Issue
Block a user