capistrano-magento2 0.9.2 → 0.9.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b7b7b9c0779c38f43fd63be6e4751b8fc62adecb6764d4b57810694110d6ee7f
4
- data.tar.gz: 9009bb69c4aeefcdabc24401dc4326f64d3a6a42222a221e7b7ef8161bbd16cb
3
+ metadata.gz: eaad2347f8c69fd68747d7a8494e38558b1ae3cdd5d75e6a71d04ee1225ad2ef
4
+ data.tar.gz: 764b2205316cbc49e6f13ea576eb0e54e93db5c719dcbc2df246219412052da1
5
5
  SHA512:
6
- metadata.gz: e545fd874fac6edecd5e7bfccc2f305d59475c7ee1a524f9d780985576f1863bb803416e9cb0fcc6d524c3974a84eeef1392ec8b7b045822465732c027cf78de
7
- data.tar.gz: 3a4ad3557415fc876dcc46b025723ad78ca334c0344585208b53038e6363505e7be954f4ec89797226db9cf16e371fe7a4b142f4b6c1c353a7121f52450bb6da
6
+ metadata.gz: 4660f8b4ca18c8b2e01689521c21c474dc8e7e79f7771de843e8e5c3b48b91585b45d4166cf7f00e9d368bd7203a425e4a22ffb375fcde3086258d591a611867
7
+ data.tar.gz: 9cf38dee19d05b07354542618b85e82fb1f09c96c80285c59e76b20a0a6bbf4b6866d55ba494404306b3766528b73902d6a4bd6189907f70797de676fb443cb8
@@ -1,5 +1,10 @@
1
1
  # Capistrano::Magento2 Change Log
2
2
 
3
+ 0.9.3
4
+ =========
5
+
6
+ * Updated to now specify `--non-interactive` flag on `app:config:import` so CLI command will not hang trying for user input.
7
+
3
8
  0.9.2
4
9
  =========
5
10
 
@@ -9,6 +9,6 @@
9
9
 
10
10
  module Capistrano
11
11
  module Magento2
12
- VERSION = '0.9.2'
12
+ VERSION = '0.9.3'
13
13
  end
14
14
  end
@@ -27,7 +27,7 @@ namespace :magento do
27
27
  task :import do
28
28
  on primary fetch(:magento_deploy_setup_role) do
29
29
  within release_path do
30
- execute :magento, 'app:config:import'
30
+ execute :magento, 'app:config:import --no-interaction'
31
31
  end
32
32
  end
33
33
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-magento2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.2
4
+ version: 0.9.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Alger
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-12 00:00:00.000000000 Z
11
+ date: 2020-06-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano