Commit 686e3a0d authored by Pawel Chojnacki's avatar Pawel Chojnacki

Add missing rsync

parent 99af039b
...@@ -2,7 +2,8 @@ image: "ruby:2.3" ...@@ -2,7 +2,8 @@ image: "ruby:2.3"
before_script: before_script:
- export PATH=~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin - export PATH=~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
- apt-get update - 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