Fixing issue #302

pull/302/head
Carlos Hernandez 6 years ago
parent 048040dd3c
commit 1d5fdd3031
No known key found for this signature in database
GPG Key ID: DF2BC08DD960FF47

@ -6,13 +6,10 @@ set -e
function update_linux() {
sudo apt-get update -qq
sudo apt-get install -qq python-apt python-pycurl git python-pip build-essential autoconf rpm
gem update --system
gem install bundler
}
function install_ansible {
bash .ci/ansible-setup.sh
bundle install
# pyOpen, ndg-* and pyasn1 are for 'InsecurePlatformWarning' error
~/.avm/v2.3/venv/bin/pip install netaddr ansible-lint pyOpenSSL ndg-httpsclient pyasn1
~/.avm/v2.5/venv/bin/pip install netaddr ansible-lint pyOpenSSL ndg-httpsclient pyasn1

@ -136,8 +136,6 @@ suites:
verifier:
patterns:
- roles/git-secret/.ci/integration/gnupg-git/serverspec/*_spec.rb
bundler_path: '/usr/local/bin'
rspec_path: '/usr/local/bin'
excludes:
- ubuntu-latest
- centos-latest

@ -87,6 +87,10 @@ matrix:
language: ruby
rvm: 2.6
before_install:
- gem update --system
- gem install bundler
before_script:
- chmod +x ".ci/before_script.sh" && ".ci/before_script.sh"

Loading…
Cancel
Save