diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2018-10-24 17:06:27 +0800 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2018-10-24 17:07:13 +0800 |
commit | 577bf59a754813f78dca5950f6324f6eca7e6f51 (patch) | |
tree | 9b5f9e6525b34abb4150b71b8ca499cd7d50460f /.gitlab-ci.yml | |
parent | 5522f0f4e5fcc54735c6588d17c935f9bc74c2f3 (diff) | |
download | gitlab-ce-577bf59a754813f78dca5950f6324f6eca7e6f51.tar.gz |
Remove unused rails5-variablesremove-unused-rails5-variables
They're no longer used and have no effect
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 0 insertions, 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 ) |