Commit 85bd09c2db5db03eba487cec93f4a4634651708c

Authored by Georg Hopp
1 parent 702a9b8b

Don't symlink coverage of tags

Showing 1 changed file with 0 additions and 1 deletions
@@ -34,7 +34,6 @@ coverage:tag: @@ -34,7 +34,6 @@ coverage:tag:
34 - make coverage-html 34 - make coverage-html
35 - ssh ci_upload@192.168.20.60 install -d trbase 35 - ssh ci_upload@192.168.20.60 install -d trbase
36 - rsync -vaurl --delete tests/coverage ci_upload@192.168.20.60:~/trbase/ 36 - rsync -vaurl --delete tests/coverage ci_upload@192.168.20.60:~/trbase/
37 - - ssh ci_upload@192.168.20.60 ln -sf coverage trbase/coverage_latest  
38 37
39 dist: 38 dist:
40 stage: deploy 39 stage: deploy
Please register or login to post a comment