Skip to content

Commit 7e54f1d

Browse files
committed
[GR-17457] Use the gem-test-pack if there is a git remote with the internal repository
PullRequest: truffleruby/3852
2 parents c6d73dd + 81a51d5 commit 7e54f1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tool/jt.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1665,8 +1665,8 @@ def mspec(*args)
16651665
end
16661666

16671667
def gem_test_pack?
1668-
return true if ci?
1669-
Dir.exist?(File.expand_path('truffleruby-gem-test-pack', TRUFFLERUBY_DIR))
1668+
return true if Dir.exist?(File.expand_path('truffleruby-gem-test-pack', TRUFFLERUBY_DIR))
1669+
ci? or Remotes.bitbucket
16701670
end
16711671

16721672
def gem_test_pack

0 commit comments

Comments
 (0)