Skip to content

Commit dd56835

Browse files
committed
update
1 parent c940bb2 commit dd56835

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
dry-stack (0.1.49)
4+
dry-stack (0.1.51)
55

66
GEM
77
remote: https://rubygems.org/

lib/dry-stack/command_swarm_deploy.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ def run(stack, params, args, extra)
4646
# system " echo \"#{yaml.gsub("`", '\\\`')}\" | docker stack deploy -c - #{stack.name} --prune --resolve-image changed"
4747

4848
begin
49+
extra ||= ''
4950
deploy_status = 'unknown'
5051
extra += ' --resolve-image=never' unless extra.include? '--resolve-image'
5152
deploy_command = "docker --context #{name} stack deploy -c - --with-registry-auth #{extra} #{stack.name}"

lib/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Dry
22
class Stack
3-
VERSION = '0.1.50'
3+
VERSION = '0.1.51'
44
end
55
end

0 commit comments

Comments
 (0)