Skip to content

Commit c940bb2

Browse files
committed
update
1 parent f8da2f8 commit c940bb2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

lib/dry-stack/command_swarm_deploy.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ def run(stack, params, args, extra)
1313

1414
raise 'Context endpoint required' unless params[:context_endpoint]
1515

16+
if ENV['CI_SSH_AUTH_SOCK']
17+
ENV['SSH_AUTH_SOCK'] = ENV['CI_SSH_AUTH_SOCK']
18+
end
19+
1620
name = params[:context_endpoint].gsub( /[\/.:@]/,'_').gsub( '__','_')
1721
name = "dry-#{name}".to_sym
1822
endpoint = params[:context_endpoint]

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.49'
3+
VERSION = '0.1.50'
44
end
55
end

0 commit comments

Comments
 (0)