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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4233c0b5b021897c3099a6de3098150f87f6a04c
4
- data.tar.gz: '08c0b76a01f425ff140884fe8bdcd497e88a1e20'
3
+ metadata.gz: 20f615c4e0d831a68c4512a476a6f1b92726d553
4
+ data.tar.gz: e2999c24c3e3511840c509a9c1b86fc287eeacf8
5
5
  SHA512:
6
- metadata.gz: 42f1be5f7e96763028f94b1863842fe0aa8c37b65d58238f3db0aee4fd3b3fcec7f3a62244bcc205f94fde7d5a89b0c7cf140705a967b44fccaf24259e9548b6
7
- data.tar.gz: a032ecf48371a93baf4b2f012d0b01b2cb5265925ca350a68ebe0af4490821a58a5cc3006567f49f6fa7535a4fa7ed09cc834cf97c88972576ba32f80549aec6
6
+ metadata.gz: afac206b2589b07b923ac23ab02611e2674f14a93513e87605ee2e791304cd10eea6d941cf6182315614484cade3dbdfba3d07b145d535ee6a7e2b577e31a5b9
7
+ data.tar.gz: 90beeda20787c602529e65b626cd5f985b11c5467cc2e20ba84d6066baafc61c18c1a5ab88f0321ded54ca2d33b413b27e5d34f672a5344f8d8c24979fab168b
@@ -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
@@ -1,3 +1,3 @@
1
1
  module RecordStore
2
- VERSION = '5.0.2'.freeze
2
+ VERSION = '5.0.3'.freeze
3
3
  end
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.2
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-13 00:00:00.000000000 Z
12
+ date: 2018-02-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: thor