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 d837169e authored by Takuya Noguchi's avatar Takuya Noguchi
Browse files
parent ac9fee4d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -38,7 +38,7 @@ default:
- 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 --force --bindir /usr/local/bin bundler -v 1.17.2
- gem install --force --bindir /usr/local/bin bundler -v 2.1.4
- bundle install
# Now set up to run the Golang tests
- make build
Loading
Loading
@@ -87,4 +87,4 @@ gemnasium-dependency_scanning:
rules: *workflow_rules
bundler-audit-dependency_scanning:
rules: *workflow_rules
\ No newline at end of file
rules: *workflow_rules
Loading
Loading
@@ -41,4 +41,4 @@ DEPENDENCIES
rubocop (= 0.49.1)
BUNDLED WITH
1.17.2
2.1.4
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