Commit 9977a79e39200d5a7840913066a5e316d17fc8c0

Authored by Georg Hopp
1 parent e855694a

try to figure out available env vars

Showing 1 changed file with 3 additions and 2 deletions
@@ -11,15 +11,16 @@ build: @@ -11,15 +11,16 @@ build:
11 stage: build 11 stage: build
12 script: 12 script:
13 - make 13 - make
  14 + - set
14 15
15 -test: 16 +.test:
16 stage: test 17 stage: test
17 script: 18 script:
18 - make coverage-html 19 - make coverage-html
19 - ssh ci_upload@192.168.20.60 install -d trbase 20 - ssh ci_upload@192.168.20.60 install -d trbase
20 - rsync -vaurl --delete tests/coverage ci_upload@192.168.20.60:~/trbase/ 21 - rsync -vaurl --delete tests/coverage ci_upload@192.168.20.60:~/trbase/
21 22
22 -dist: 23 +.dist:
23 stage: deploy 24 stage: deploy
24 script: 25 script:
25 - make dist 26 - make dist
Please register or login to post a comment