bozo-scripts 0.10.4 → 0.10.5
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/bozo/hooks/octopus_create_release.rb +5 -0
- metadata +3 -3
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.10.
|
1
|
+
0.10.5
|
@@ -8,6 +8,10 @@ module Bozo::Hooks
|
|
8
8
|
@display_progress = false
|
9
9
|
end
|
10
10
|
|
11
|
+
def required_tools
|
12
|
+
:octopustools
|
13
|
+
end
|
14
|
+
|
11
15
|
# Specify the name of the Octopus Deploy project to create a release for.
|
12
16
|
def project(value)
|
13
17
|
@octopus_project = value
|
@@ -39,6 +43,7 @@ module Bozo::Hooks
|
|
39
43
|
log_info "Creating release in Octopus for #{env['BUILD_VERSION_FULL']}"
|
40
44
|
|
41
45
|
args = []
|
46
|
+
args << File.expand_path(File.join('build', 'tools', 'octopustools', 'Octo.exe'))
|
42
47
|
args << 'create-release'
|
43
48
|
args << "--project \"#{@octopus_project}\""
|
44
49
|
args << "--version #{env['BUILD_VERSION_FULL']}"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bozo-scripts
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.10.
|
4
|
+
version: 0.10.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -149,7 +149,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
149
149
|
version: '0'
|
150
150
|
segments:
|
151
151
|
- 0
|
152
|
-
hash:
|
152
|
+
hash: -687848255
|
153
153
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
154
154
|
none: false
|
155
155
|
requirements:
|
@@ -158,7 +158,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
158
158
|
version: '0'
|
159
159
|
segments:
|
160
160
|
- 0
|
161
|
-
hash:
|
161
|
+
hash: -687848255
|
162
162
|
requirements: []
|
163
163
|
rubyforge_project: bozo-scripts
|
164
164
|
rubygems_version: 1.8.29
|