Skip to content

Commit c3a1d92

Browse files
author
Matthias Rampke
committed
Remove RELEASE_PREFIX
it is SoundCloud specific. Signed-off-by: Matthias Rampke <[email protected]>
1 parent f5732b7 commit c3a1d92

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Rakefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
require "fileutils"
22

33
NE_STATSD_BACKEND_VERSION = '0.1.0'
4-
RELEASE_PREFIX = '1soundcloud'
5-
RELEASE = RELEASE_PREFIX + (ENV['BUILD_NUMBER'] || 'XXXXX')
4+
RELEASE = (ENV['BUILD_NUMBER'] || 'XXXXX')
65

76
task :default do
87
puts "Please run rake -T to get a listing of available tasks."

0 commit comments

Comments
 (0)