mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
do not upload coverage and docs for every branch
This commit is contained in:
parent
eecd1d3b26
commit
4bffe387a9
1 changed files with 4 additions and 1 deletions
|
@ -147,7 +147,7 @@ website:
|
|||
tags:
|
||||
- villas-deploy
|
||||
|
||||
deliver:
|
||||
deliver-web:
|
||||
stage: deploy
|
||||
script:
|
||||
- ssh $DEPLOY_USER@$DEPLOY_HOST mkdir -p $DEPLOY_PATH/{coverage,doc}/$CI_BUILD_REF_NAME/
|
||||
|
@ -157,6 +157,9 @@ deliver:
|
|||
- docs
|
||||
- coverage
|
||||
- packages
|
||||
only:
|
||||
- develop
|
||||
- master
|
||||
tags:
|
||||
- villas-deploy
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue