Commit c9b01c76 authored by Jacob Vosmaer's avatar Jacob Vosmaer

Remove rsync from test setup

parent 6feee1cc
...@@ -2,8 +2,6 @@ image: "ruby:2.3" ...@@ -2,8 +2,6 @@ image: "ruby:2.3"
before_script: before_script:
- export PATH=~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin - 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 - gem install --bindir /usr/local/bin bundler
- cp config.yml.example config.yml - cp config.yml.example config.yml
- bundle install - 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