From d0304624338d88f75abb6751e1ba8187d7da0210 Mon Sep 17 00:00:00 2001 From: kstdl Date: Tue, 12 Dec 2017 18:19:43 +0300 Subject: [PATCH] add pull to gitlab-ci --- .gitlab-ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9441414a..050c1abd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: