sambot 0.1.211 → 0.1.212

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: bfa03190b649e140b09e309473cecbe079f6fbfa
4
- data.tar.gz: 495bd121ac6fe29c71ba6263b31258d3a6d4d667
3
+ metadata.gz: d50132a71162661d13b1ed378127edf1e58fa099
4
+ data.tar.gz: ebd3d955a88ad71015706814e4e9e846c1813c6b
5
5
  SHA512:
6
- metadata.gz: dd6b6a799b76d73af009f49a23610b96de71354d35eb85384fca3a49e9a71fa2af12c0a364922f9798f64992c372de912d388703e4b6dde868f469db6dc49922
7
- data.tar.gz: 2db0565bf3fe0fbb102af457f49804898b17e48ff2bf2c89904352b3bedf61e12f4cbfa716c02c7316f8997c6d042a3b1cfd949664b3a695ff53fcfe6ceeef28
6
+ metadata.gz: dbef3dfd7a84847112f1f5e254f22e1f7a77b8cec223570525140635634f18d51f7315551c89edac2d471378ca008e81a82d3a0f439dc583343e583dfab8364f
7
+ data.tar.gz: 3283faefd74d4953b6cb7bcf7cbbd7f2f74042b33e775c2ac8c5be860c1bc054e8b4ad040e18f98c8f144442ad22ccce568db42dc7d97f704d5dd876cd74451d
@@ -93,6 +93,16 @@ module Sambot
93
93
  def pin
94
94
  end
95
95
 
96
+ desc 'verify', 'Ensures all supporting resources i.e. cookbook structure, TeamCity build and Git repository are created'
97
+ def verify
98
+ # Check in cookbook directory
99
+ # Check for .config.yml - if not present, raise error
100
+ # Get name from .config.yml
101
+ # Check Github repository exists, if not ask to create it
102
+ # Check TeamCity build configuration exists, if not ask to create it
103
+ # Add deploy key to Vault and TeamCity Server
104
+ end
105
+
96
106
  no_commands do
97
107
 
98
108
  def populate_cmd
@@ -103,6 +113,7 @@ module Sambot
103
113
 
104
114
  def down_cmd
105
115
  `docker-compose -p local down`
116
+ `docker-compose -p local rm -sf`
106
117
  end
107
118
 
108
119
  def up_cmd
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Sambot
4
- VERSION = '0.1.211'
4
+ VERSION = '0.1.212'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sambot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.211
4
+ version: 0.1.212
5
5
  platform: ruby
6
6
  authors:
7
7
  - Olivier Kouame