record_store 5.0.2 → 5.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/record_store/cli.rb +6 -0
- data/lib/record_store/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 20f615c4e0d831a68c4512a476a6f1b92726d553
|
4
|
+
data.tar.gz: e2999c24c3e3511840c509a9c1b86fc287eeacf8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: afac206b2589b07b923ac23ab02611e2674f14a93513e87605ee2e791304cd10eea6d941cf6182315614484cade3dbdfba3d07b145d535ee6a7e2b577e31a5b9
|
7
|
+
data.tar.gz: 90beeda20787c602529e65b626cd5f985b11c5467cc2e20ba84d6066baafc61c18c1a5ab88f0321ded54ca2d33b413b27e5d34f672a5344f8d8c24979fab168b
|
data/lib/record_store/cli.rb
CHANGED
@@ -246,12 +246,18 @@ module RecordStore
|
|
246
246
|
`git checkout #{ENV['LAST_DEPLOYED_SHA']}`
|
247
247
|
abort "Checkout of old commit failed" if $?.exitstatus != 0
|
248
248
|
|
249
|
+
`record-store secrets`
|
250
|
+
abort "Decrypt secrets failed" if $?.exitstatus != 0
|
251
|
+
|
249
252
|
`record-store assert_empty_diff`
|
250
253
|
abort "Dyn status has diverged!" if $?.exitstatus != 0
|
251
254
|
|
252
255
|
puts "Checkout git SHA #{ENV['REVISION']}"
|
253
256
|
`git checkout #{ENV['REVISION']}`
|
254
257
|
abort "Checkout of new commit failed" if $?.exitstatus != 0
|
258
|
+
|
259
|
+
`record-store secrets`
|
260
|
+
abort "Decrypt secrets failed" if $?.exitstatus != 0
|
255
261
|
end
|
256
262
|
end
|
257
263
|
end
|
data/lib/record_store/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: record_store
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.0.
|
4
|
+
version: 5.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Willem van Bergen
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2018-02-
|
12
|
+
date: 2018-02-14 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: thor
|