Skip to content

Commit

Permalink
ci: don't copy the set-version-to-timestamp task from /ci
Browse files Browse the repository at this point in the history
this will allow us to move the rake task files without breaking ci
  • Loading branch information
flavorjones committed Oct 26, 2020
1 parent 53b9576 commit ad00764
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions concourse/tasks/gem-test/gem-build-java.sh
Expand Up @@ -16,8 +16,7 @@ mkdir -p .git
bundle install --local || bundle install

# generate a fake version number
cp -f ../ci/tasks/set-version-to-timestamp.rb tasks/set-version-to-timestamp.rb
bundle exec rake -f tasks/set-version-to-timestamp.rb set-version-to-timestamp
bundle exec rake set-version-to-timestamp

bundle exec rake java gem

Expand Down
3 changes: 1 addition & 2 deletions concourse/tasks/gem-test/gem-build.sh
Expand Up @@ -22,8 +22,7 @@ mkdir -p .git
bundle install --local || bundle install

# generate a fake version number
cp -f ../ci/tasks/set-version-to-timestamp.rb tasks/set-version-to-timestamp.rb
bundle exec rake -f tasks/set-version-to-timestamp.rb set-version-to-timestamp
bundle exec rake set-version-to-timestamp

if [ -n "${BUILD_NATIVE_GEM:-}" ] ; then
# TODO remove after https://github.com/rake-compiler/rake-compiler/pull/171 is shipped
Expand Down

0 comments on commit ad00764

Please sign in to comment.