Created
August 20, 2018 11:34
-
-
Save baurmatt/44c46780d6e661325c2bd1c73533d246 to your computer and use it in GitHub Desktop.
Puppet rspec error "Could not find the daemon directory" - Gitlab-CI Config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fail2ban-rspec: | |
image: ruby:2.4 | |
script: | |
- apt update | |
- apt -y install make gcc ruby ruby-dev ruby-bundler | |
- cd modules/fail2ban | |
- bundle -v | |
- rm Gemfile.lock || true | |
- gem update --system | |
- gem update bundler | |
- gem --version | |
- bundle -v | |
- bundle install | |
- bundle exec rake spec | |
tags: | |
- shared | |
- small | |
- multi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment