Browse Source

Use env var to specify coverage folder.

1.0.2
Georg Hopp 10 years ago
parent
commit
39c9864be8
  1. 3
      .gitlab-ci.yml

3
.gitlab-ci.yml

@ -26,7 +26,8 @@ test:
dist:
stage: deploy
only: tags
only:
- tags
script:
- make dist
- ssh ci_upload@192.168.20.60 install -d trbase/artifacts

Loading…
Cancel
Save