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:
|
stages:
|
||||||
|
- pull
|
||||||
- build
|
- build
|
||||||
- test
|
- test
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- cd /var/www/Projects/595.peerplays/blockchain
|
- cd /var/www/Projects/595.peerplays/blockchain
|
||||||
|
|
||||||
|
pulljob:
|
||||||
|
stage: build
|
||||||
|
script:
|
||||||
|
- git pull origin master
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
tags:
|
||||||
|
- pp-dev
|
||||||
|
|
||||||
buildjob:
|
buildjob:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue