diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-09-10 17:27:17 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-09-10 17:27:17 +0200 |
commit | dc2e38e56db43c86e7ecf44c01234130f648d350 (patch) | |
tree | 33758c2fc283c4742c37f05da4161228f8ad55de | |
parent | c1de46dbc7ea1afc89f059bdc87a5b717bc322c9 (diff) | |
download | gitlab-ce-dc2e38e56db43c86e7ecf44c01234130f648d350.tar.gz |
Config does not exists any more
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3a4cc0d4abc..ddf4e31204a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,6 @@ before_script: - which ruby - gem install bundler --no-ri --no-rdoc - cp config/gitlab.yml.example config/gitlab.yml - - cp config/gitlab_ci.yml.example config/gitlab_ci.yml - touch log/application.log - touch log/test.log - bundle install --without postgres production --jobs $(nproc) "${FLAGS[@]}" |