Skip to content

Commit

Permalink
Replace AppVeyor with Buildkite as well
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Jul 18, 2019
1 parent a4b4522 commit acb30ea
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 31 deletions.
9 changes: 9 additions & 0 deletions .expeditor/verify.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,12 @@ steps:
executor:
docker:
image: ruby:2.6-stretch

- label: run-lint-and-specs-windows
command:
- bundle install --jobs=7 --retry=3 --without docs debug
- bundle exec rake
expeditor:
executor:
docker:
host_os: windows
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

[![Build status](https://badge.buildkite.com/a5156457906e25cbde53c408598d233a202c675c670f4c768d.svg?branch=master)](https://buildkite.com/chef-oss/chef-artifactory-client-master-verify)
[![Gem Version](http://img.shields.io/gem/v/artifactory.svg)][gem]
[![AppVeyor Build Status](http://img.shields.io/appveyor/ci/chef/artifactory-client.svg?label=AppVeyor)][appveyor]

A Ruby client and interface to the Artifactory API. **The majority of API endpoints are only exposed for Artifactory Pro customers!** As such, many of the resources and actions exposed by this gem also require Artifactory Pro.

Expand Down
30 changes: 0 additions & 30 deletions appveyor.yml

This file was deleted.

0 comments on commit acb30ea

Please sign in to comment.