From 46622d2fe045a145a0abed0495adb913ecd8e776 Mon Sep 17 00:00:00 2001 From: 5chdn <5chdn@users.noreply.github.com> Date: Fri, 24 Aug 2018 15:56:53 -0400 Subject: [PATCH] ci: remove gitlab-next from ci triggers --- .gitlab-ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bf0974bd2..80a874c98 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,13 +27,11 @@ cache: - stable - beta - tags - - gitlab-next .publishable_branches: # list of git refs for publishing builds to the "production" locations only: &publishable_branches - nightly # Our nightly builds from schedule, on `master` - - "v*" # Our version tags - - gitlab-next + - "v2*" # Our version tags .collect_artifacts: &collect_artifacts artifacts: @@ -294,7 +292,6 @@ json:rpc:docs: stage: docs only: - tags - - gitlab-next cache: {} script: - scripts/gitlab/rpc-docs.sh