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 11 stage: build
12 12 script:
13 13 - make
  14 + - set
14 15
15   -test:
  16 +.test:
16 17 stage: test
17 18 script:
18 19 - make coverage-html
19 20 - ssh ci_upload@192.168.20.60 install -d trbase
20 21 - rsync -vaurl --delete tests/coverage ci_upload@192.168.20.60:~/trbase/
21 22
22   -dist:
  23 +.dist:
23 24 stage: deploy
24 25 script:
25 26 - make dist
... ...
Please register or login to post a comment