Skip to content

Commit

Permalink
add tempdir dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sam0x17 committed Jun 11, 2019
1 parent 4850b8a commit 4b4cf5a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions shard.lock
Expand Up @@ -24,3 +24,7 @@ shards:
github: luislavena/radix
version: 0.3.9

tempdir:
github: sam0x17/tempdir
version: 1.0.4

2 changes: 2 additions & 0 deletions shard.yml
Expand Up @@ -15,6 +15,8 @@ dependencies:
github: sam0x17/assert.cr
kemal:
github: kemalcr/kemal
tempdir:
github: sam0x17/tempdir

crystal: 0.29.0

Expand Down
2 changes: 2 additions & 0 deletions src/conduit.cr
@@ -1,4 +1,5 @@
require "assert"
require "tempdir"
require "file_utils"

require "./utils"
Expand Down Expand Up @@ -82,6 +83,7 @@ module Conduit
end

def self.deploy
ensure_in_project_root_dir!
check_s3cmd!
pwd = `pwd`.strip
if File.exists?("./.s3_bucket")
Expand Down

0 comments on commit 4b4cf5a

Please sign in to comment.