summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2018-03-12 19:30:25 +0000
committerRobert Speicher <robert@gitlab.com>2018-03-12 19:30:25 +0000
commit77524085f5d4fe3e174589499a038d5bb42ea364 (patch)
tree6cb102f2cf2a67c30aea1d0f3f93322f05137b22
parenta79dbea444b2aaae148be1846b018cbd060321d4 (diff)
parentc9b01c76d5136a364e794f5bbe31bf420e44ed81 (diff)
downloadgitlab-shell-77524085f5d4fe3e174589499a038d5bb42ea364.tar.gz
Merge branch 'remove-rsync' into 'master'
Remove rsync from test setup See merge request gitlab-org/gitlab-shell!195
-rw-r--r--.gitlab-ci.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 162d3e9..c72d00b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,8 +2,6 @@ image: "ruby:2.3"
before_script:
- export PATH=~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin
- - apt update
- - apt install rsync -y
- gem install --bindir /usr/local/bin bundler
- cp config.yml.example config.yml
- bundle install