diff --git a/circle.yml b/circle.yml index 0b37638..97b5da7 100644 --- a/circle.yml +++ b/circle.yml @@ -1,52 +1,51 @@ --- branches: ignore: - gh-pages # list of branches to ignore dependencies: bundler: without: [development] cache_directories: - "~/.rvm/gems" override: - bundle install --without development: timeout: 240 environment: PUPPET_GEM_VERSION: '~> 4.0' STRICT_VARIABLES: yes post: - rvm cleanup all deployment: master: branch: master commands: - git config --global user.email "info@locp.co.uk" - git config --global user.name "CircleCI" - - bundle exec rake strings:gh_pages:update - ./scripts/circle.bash deploy machine: environment: BEAKER_GEM_VERSION: '<= 2.33.0' PUPPET_GEM_VERSION: '~> 4.0' STRICT_VARIABLES: yes ruby: version: 2.3.1 services: - docker notify: webhooks: - url: "https://webhooks.gitter.im/e/da8c065419a91983f0cf" test: override: - bundle exec rake metadata_lint: parallel: true - bundle exec rake rubocop: parallel: true - bundle exec rake lint: parallel: true - bundle exec rake validate: parallel: true - bundle exec rake spec SPEC_OPTS="--format RspecJunitFormatter -o $CIRCLE_TEST_REPORTS/rspec/puppet.xml": parallel: true - ./scripts/circle.bash acceptance_tests: parallel: true