dockly 1.2.0 → 1.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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: