1
0
Fork 0
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:
Steffen Vogel 2017-05-10 13:30:54 +02:00
parent eecd1d3b26
commit 4bffe387a9

View file

@ -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