add pull to gitlab-ci

This commit is contained in:
kstdl 2017-12-12 18:19:43 +03:00 committed by gladcow
parent 01d8372b9f
commit 8dae08d7a5

View file

@ -1,10 +1,20 @@
stages:
- pull
- build
- test
before_script:
- cd /var/www/Projects/595.peerplays/blockchain
pulljob:
stage: build
script:
- git pull origin master
only:
- master
tags:
- pp-dev
buildjob:
stage: build
script: