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
|
||||
# go to api-doc to have and url with PROJECT/BUILD
|
||||
- cd api-doc
|
||||
script:
|
||||
# upload, and keep files during 1 year
|
||||
- swift upload --header "X-Delete-After: 31536000" $CONTAINER_API $CI_PROJECT_NAME/$CI_BUILD_REF_NAME
|
||||
script: "swift upload --header \"X-Delete-After: 31536000\" $CONTAINER_API $CI_PROJECT_NAME/$CI_BUILD_REF_NAME"
|
||||
only:
|
||||
- master
|
||||
- tags
|
||||
|
Loading…
x
Reference in New Issue
Block a user