Skip to content
Snippets Groups Projects
Commit 14cf4de738d9 authored by Balasankar C's avatar Balasankar C
Browse files

Fix image

parent adcf1dac382b
No related branches found
No related tags found
No related merge requests found
stages:
- check
- prepare
- tests
- post-test
......@@ -15,6 +16,17 @@
- bundle install -j $(nproc) --binstubs --path gems
- if [ -n "$NIGHTLY" ] ; then export NIGHTLY_REPO=nightly-builds ;fi
rubocop:
stage: check
image: ruby:2.3.3
script:
- bundle exec rubocop -D config
tags:
- docker
only:
- tags@gitlab-org/omnibus-gitlab
- branches@gitlab-org/omnibus-gitlab
.knapsack-state: &knapsack-state
services: []
cache:
......
......@@ -2,3 +2,7 @@
Enabled: false
FileName:
Enabled: false
Style/NumericLiteralPrefix:
Enabled: false
Metrics/BlockLength:
Enabled: false
......@@ -12,6 +12,7 @@
gem 'rspec'
gem 'rake'
gem 'knapsack'
gem 'rubocop'
group :test do
gem 'byebug'
......
......@@ -17,6 +17,7 @@
GEM
remote: https://rubygems.org/
specs:
ast (2.3.0)
aws-sdk (2.6.33)
aws-sdk-resources (= 2.6.33)
aws-sdk-core (2.6.33)
......@@ -134,4 +135,6 @@
rainbow (= 2.1.0)
rest-client (~> 1.6.7)
thor (~> 0.18)
parser (2.4.0.0)
ast (~> 2.2)
plist (3.2.0)
......@@ -137,4 +140,5 @@
plist (3.2.0)
powerpack (0.1.1)
proxifier (1.0.3)
rack (1.6.4)
rainbow (2.1.0)
......@@ -160,6 +164,12 @@
rspec_junit_formatter (0.2.3)
builder (< 4)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (0.47.1)
parser (>= 2.3.3.1, < 3.0)
powerpack (~> 0.1)
rainbow (>= 1.99.1, < 3.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.8.1)
serverspec (2.37.2)
multi_json
......@@ -176,6 +186,7 @@
systemu (2.6.5)
thor (0.18.1)
timecop (0.8.1)
unicode-display_width (1.1.3)
uuidtools (2.1.5)
wmi-lite (1.0.0)
......@@ -194,6 +205,7 @@
package_cloud
rake
rspec
rubocop
thor (= 0.18.1)
BUNDLED WITH
......
......@@ -23,7 +23,7 @@
license 'MIT'
source git: version.remote
relative_path "src/gitlab.com/gitlab-org/gitlab-pages"
relative_path 'src/gitlab.com/gitlab-org/gitlab-pages'
build do
# This is required for GO15VENDOREXPERIMENT=1 to work properly,
......
......@@ -23,7 +23,7 @@
default_version version.print
license 'Apache-2.0'
license_file "LICENSE"
license_file 'LICENSE'
source git: version.remote
......
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