Skip to content

Commit 9764272

Browse files
committed
Drop rake set-version-to-timestamp for now
This will allow us to produce gems with the 2.0.0.beta1 version.
1 parent 45e9e84 commit 9764272

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

scripts/test-gem-build

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ set -x
1919

2020
bundle install --local || bundle install
2121

22-
if [[ "${REF_TYPE}}" != "tag" ]]; then
23-
bundle exec rake set-version-to-timestamp
24-
fi
25-
2622
if [[ "${BUILD_NATIVE_GEM}" == "ruby" ]] ; then
2723
bundle exec rake clean
2824
bundle exec rake gem

0 commit comments

Comments
 (0)