From 94cf19d0c82ea00eef9e0b9cd70207a3fdb45fff Mon Sep 17 00:00:00 2001 From: 5chdn <5chdn@users.noreply.github.com> Date: Mon, 1 Oct 2018 12:35:35 +0100 Subject: [PATCH] ci: build pipeline for PR --- .gitlab-ci.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f7b0f3c13..372273205 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,6 +24,7 @@ cache: - stable - beta - tags + - a5-gitlab-light ### @TODO remove .collect_artifacts: &collect_artifacts artifacts: @@ -125,11 +126,7 @@ build-windows: publish-docker: stage: publish - only: - - master - - stable - - beta - - tags + only: *releaseable_branches cache: {} dependencies: - build-linux @@ -143,6 +140,7 @@ publish-awss3: only: - nightly - /^v2.*$/ + - a5-gitlab-light ### @TODO remove cache: {} dependencies: - build-linux @@ -158,6 +156,7 @@ docs-rpc-json: stage: docs only: - tags + - a5-gitlab-light ### @TODO remove cache: {} script: - scripts/gitlab/rpc-docs.sh