Skip to content
This repository has been archived by the owner on Nov 2, 2022. It is now read-only.

Commit

Permalink
(MAINT) Remove puppet_docker_tools
Browse files Browse the repository at this point in the history
This is the last project still referencing this gem, which we're
replacing in favor of the Docker CLI.
  • Loading branch information
nwolfe committed Jan 10, 2019
1 parent 98f2e20 commit a57fc56
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TEST-rspec.xml
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ def location_for(place, fake_version = nil)
end
end

gem 'puppet_docker_tools', *location_for(ENV['PUPPET_DOCKER_LOCATION'] || '~> 0.2')
gem 'rspec'
gem 'rspec_junit_formatter'
2 changes: 0 additions & 2 deletions puppet-agent-alpine/spec/dockerfile_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require 'puppet_docker_tools/spec_helper'

describe 'puppet-agent' do
before(:all) do
@image = ENV['PUPPET_TEST_DOCKER_IMAGE']
Expand Down
2 changes: 0 additions & 2 deletions puppet-agent-ubuntu/spec/dockerfile_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require 'puppet_docker_tools/spec_helper'

describe 'puppet-agent' do
before(:all) do
@image = ENV['PUPPET_TEST_DOCKER_IMAGE']
Expand Down

0 comments on commit a57fc56

Please sign in to comment.