add pull to gitlab-ci

This commit is contained in:
kstdl 2017-12-12 18:19:43 +03:00
parent f00c56d789
commit d030462433

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: