add pull to gitlab-ci
This commit is contained in:
parent
f00c56d789
commit
d030462433
1 changed files with 10 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue