From 577bf59a754813f78dca5950f6324f6eca7e6f51 Mon Sep 17 00:00:00 2001 From: Lin Jen-Shin Date: Wed, 24 Oct 2018 17:06:27 +0800 Subject: [PATCH] Remove unused rails5-variables They're no longer used and have no effect --- .gitlab-ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ccc9e640970..1ed267cfe5e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -75,11 +75,6 @@ stages: - mysql:5.7 - redis:alpine -.rails5-variables: &rails5-variables - script: - - export RAILS5=${RAILS5} - - export BUNDLE_GEMFILE=${BUNDLE_GEMFILE} - .rails5: &rails5 allow_failure: true only: @@ -150,7 +145,6 @@ stages: <<: *dedicated-runner <<: *except-docs-and-qa <<: *pull-cache - <<: *rails5-variables stage: test script: - JOB_NAME=( $CI_JOB_NAME ) -- GitLab