Commit 39c9864be8a7bad47eefc9a8414401d1177084d1
1 parent
a4bf4960
Use env var to specify coverage folder.
Showing
1 changed file
with
2 additions
and
1 deletions
| @@ -26,7 +26,8 @@ test: | @@ -26,7 +26,8 @@ test: | ||
| 26 | 26 | ||
| 27 | dist: | 27 | dist: |
| 28 | stage: deploy | 28 | stage: deploy |
| 29 | - only: tags | 29 | + only: |
| 30 | + - tags | ||
| 30 | script: | 31 | script: |
| 31 | - make dist | 32 | - make dist |
| 32 | - ssh ci_upload@192.168.20.60 install -d trbase/artifacts | 33 | - ssh ci_upload@192.168.20.60 install -d trbase/artifacts |
Please
register
or
login
to post a comment