dockly 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -57,7 +57,7 @@ class Dockly::BuildCache
57
57
  ensure_present! :output_dir
58
58
  if cache = pull_from_s3(version)
59
59
  debug "inserting to #{output_dir}"
60
- container = image.run("mkdir #{File.dirname(output_dir)}")
60
+ container = image.run("mkdir -p #{File.dirname(output_dir)}")
61
61
  image_with_dir = container.tap { |c| c.wait }.commit
62
62
  self.image = image_with_dir.insert_local(
63
63
  'localPath' => cache.path,
@@ -1,3 +1,3 @@
1
1
  module Dockly
2
- VERSION = '1.2.0'
2
+ VERSION = '1.2.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dockly
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: