mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge branch '2017.7' into '2018.3'
No conflicts.
This commit is contained in:
commit
87e20fd9a0
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
timeout(time: 6, unit: 'HOURS') {
|
||||
timeout(time: 8, unit: 'HOURS') {
|
||||
node('kitchen-slave') {
|
||||
timestamps {
|
||||
ansiColor('xterm') {
|
||||
|
|
2
Gemfile
2
Gemfile
|
@ -13,7 +13,7 @@ end
|
|||
|
||||
group :windows do
|
||||
gem 'winrm', '~>2.0'
|
||||
gem 'winrm-fs', :git => 'https://github.com/dwoz/winrm-fs.git', :branch => 'chunked_downloads'
|
||||
gem 'winrm-fs', '~>1.3.1'
|
||||
end
|
||||
|
||||
group :ec2 do
|
||||
|
|
Loading…
Add table
Reference in a new issue