As we reevaluate how to best support and maintain Staging Ref in the future, we encourage development teams using this environment to highlight their use cases in the following issue: https://gitlab.com/gitlab-com/gl-infra/software-delivery/framework/software-delivery-framework-issue-tracker/-/issues/36.

Skip to content
Snippets Groups Projects
Commit ed046037 authored by Nick Thomas's avatar Nick Thomas
Browse files

Merge branch 'pb-update-rubygems-ci' into 'master'

Update rubygems version on CI for go tests

See merge request gitlab-org/gitlab-shell!320
parents 5b8e04fb 021688b7
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -67,12 +67,13 @@ rspec:ruby2.1:
.go: &go_definition
before_script:
- apt-get update -qq && apt-get install -y ruby ruby-dev
- ruby -v
- export PATH=~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin
- gem install --bindir /usr/local/bin bundler
- cp config.yml.example config.yml
- bundle install
- apt-get update -qq && apt-get install -y ruby ruby-dev
- ruby -v
- export PATH=~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin
- gem update --system
- gem install --bindir /usr/local/bin bundler
- cp config.yml.example config.yml
- bundle install
script:
- go version
- which go
Loading
Loading
Loading
Loading
@@ -42,7 +42,7 @@ GEM
public_suffix (3.0.3)
rainbow (2.2.2)
rake
rake (12.3.1)
rake (12.3.3)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
Loading
Loading
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