From db00a9c6418377526359ed0bd0efd62491f14084 Mon Sep 17 00:00:00 2001 From: gfyoung Date: Sun, 22 Jul 2018 11:28:17 -0700 Subject: Add Dangerfile for frozen_string_literal Checks that new Ruby files will enable frozen string literal. Partially addresses #47424. --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index afe9da08495..c7ef75d1c32 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -447,9 +447,8 @@ danger-review: - retry gem install danger --no-ri --no-rdoc cache: {} only: - refs: - - branches@gitlab-org/gitlab-ce - - branches@gitlab-org/gitlab-ee + variables: + - $DANGER_GITLAB_API_TOKEN except: refs: - master -- cgit v1.2.1