Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-11-23 17:21:38 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-11-23 17:27:34 +0300
commit200c82adade27225caf2035721161a99296050f3 (patch)
treed66793f91cb9ae44def027bc574828159cc28f56 /.gitlab-ci.yml
parent93f32b25d23525138ec910f725ebd545ce7ef125 (diff)
Fix gitlab-ci.yml syntax
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index acba37039aa..38fd7b9ac1f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -88,10 +88,10 @@ flay:
- ruby
- mysql
-bundler:audit
+bundler:audit:
script:
- - bundle exec bundle-audit update
- - bundle exec bundle-audit check
+ - "bundle exec bundle-audit update"
+ - "bundle exec bundle-audit check"
tags:
- ruby
- mysql