Commit e855694a9f27a4ccef7b6a9858971249830394cd
1 parent
524b7089
try manual artifacts upload as artifacts does not work, and moreover I want them…
… outside of gitlab anyway
Showing
1 changed file
with
4 additions
and
3 deletions
@@ -16,11 +16,12 @@ test: | @@ -16,11 +16,12 @@ test: | ||
16 | stage: test | 16 | stage: test |
17 | script: | 17 | script: |
18 | - make coverage-html | 18 | - make coverage-html |
19 | + - ssh ci_upload@192.168.20.60 install -d trbase | ||
20 | + - rsync -vaurl --delete tests/coverage ci_upload@192.168.20.60:~/trbase/ | ||
19 | 21 | ||
20 | dist: | 22 | dist: |
21 | stage: deploy | 23 | stage: deploy |
22 | - artifacts: | ||
23 | - paths: | ||
24 | - - libtrbase-*.tar.gz | ||
25 | script: | 24 | script: |
26 | - make dist | 25 | - make dist |
26 | + - ssh ci_upload@192.168.20.60 install -d trbase/artifacts | ||
27 | + - scp libtrbase-*.tar.gz ci_upload@192.168.20.60:~/trbase/artifacts |
Please
register
or
login
to post a comment