diff options
author | gfyoung <gfyoung17@gmail.com> | 2018-07-22 11:28:17 -0700 |
---|---|---|
committer | gfyoung <gfyoung17@gmail.com> | 2018-07-24 02:17:45 -0700 |
commit | db00a9c6418377526359ed0bd0efd62491f14084 (patch) | |
tree | 91d3335c81540876394161b939bf9c3d06e5c25a /.gitlab-ci.yml | |
parent | d4e9cd9de49a9f2b90ab76c5dc63d1515f9fdd69 (diff) | |
download | gitlab-ce-db00a9c6418377526359ed0bd0efd62491f14084.tar.gz |
Add Dangerfile for frozen_string_literal
Checks that new Ruby files will enable
frozen string literal.
Partially addresses #47424.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 2 insertions, 3 deletions
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 |