Commit 77524085 authored by Robert Speicher's avatar Robert Speicher

Merge branch 'remove-rsync' into 'master'

Remove rsync from test setup

See merge request gitlab-org/gitlab-shell!195
parents a79dbea4 c9b01c76
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment