Browse Source

try to figure out available env vars

1.0.2
Georg Hopp 10 years ago
parent
commit
9977a79e39
  1. 5
      .gitlab-ci.yml

5
.gitlab-ci.yml

@ -11,15 +11,16 @@ build:
stage: build
script:
- make
- set
test:
.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:
.dist:
stage: deploy
script:
- make dist

Loading…
Cancel
Save