We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e76e5e3 commit eb4b7faCopy full SHA for eb4b7fa
.travis.yml
@@ -6,9 +6,9 @@ addons:
6
install:
7
- bundle install --path vendor/bundle
8
script:
9
-- rake --trace
+- bundle exec rake --trace
10
after_script:
11
-- rake after_build --trace
+- bundle exec rake after_build --trace
12
deploy:
13
- provider: releases
14
skip_cleanup: true
rakefile.rb
@@ -63,7 +63,7 @@
63
64
publish_git_tag :publish_git_tag do |t, args|
65
t.git_repository = %x[git config --get remote.origin.url].split('://')[1]
66
- t.tag_name = BUILD_VERSION
+ t.tag_name = TravisBuildTools::Build::VERSION
67
t.service_user = ENV['GIT_TAG_PUSHER']
68
end
69
0 commit comments