Skip to content
Snippets Groups Projects
Commit f8c63a30 authored by Kamil Trzciński's avatar Kamil Trzciński
Browse files

Merge branch 'zj-ruby-2.3.3' into 'master'

Add image for ruby 2.3.3

Needed for: gitlab-org/gitlab-ce#24629

See merge request !18
parents 0bfb3e67 11e82419
No related branches found
No related tags found
1 merge request!18Add image for ruby 2.3.3
Loading
Loading
@@ -29,12 +29,15 @@ before_script:
 
ruby-2.1-git-2.7-phantomjs-2.1 test: *test_build
ruby-2.3-git-2.7-phantomjs-2.1 test: *test_build
ruby-2.3.3-git-2.7-phantomjs-2.1-node-7.1: *test_build
ruby-2.3-static-analyses test: *test_build
www-gitlab-com test: *test_build
doc-gitlab-com test: *test_build
 
ruby-2.1-git-2.7-phantomjs-2.1: *build_and_deploy
ruby-2.3-git-2.7-phantomjs-2.1: *build_and_deploy
ruby-2.3.3-git-2.7-phantomjs-2.1-node-7.1: *build_and_deploy
ruby-2.3.3-git-2.7-phantomjs-2.1: *build_and_deploy
ruby-2.3-static-analyses: *build_and_deploy
www-gitlab-com: *build_and_deploy
doc-gitlab-com: *build_and_deploy
FROM ruby:2.3
FROM ruby:2.3.3
 
ADD / /
RUN /scripts/install-essentials
Loading
Loading
@@ -8,4 +8,4 @@ RUN /scripts/install-node
RUN locale-gen en_US.UTF-8
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en
ENV LC_ALL en_US.UTF-8
\ No newline at end of file
ENV LC_ALL en_US.UTF-8
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment