From e855694a9f27a4ccef7b6a9858971249830394cd Mon Sep 17 00:00:00 2001 From: Georg Hopp Date: Fri, 25 Mar 2016 10:09:11 +0100 Subject: [PATCH] try manual artifacts upload as artifacts does not work, and moreover I want them outside of gitlab anyway --- .gitlab-ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0242df5..c2ec434 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,11 +16,12 @@ test: stage: test script: - make coverage-html + - ssh ci_upload@192.168.20.60 install -d trbase + - rsync -vaurl --delete tests/coverage ci_upload@192.168.20.60:~/trbase/ dist: stage: deploy - artifacts: - paths: - - libtrbase-*.tar.gz script: - make dist + - ssh ci_upload@192.168.20.60 install -d trbase/artifacts + - scp libtrbase-*.tar.gz ci_upload@192.168.20.60:~/trbase/artifacts