Skip to content

Commit 5a42c54

Browse files
committed
Remove REMOTE_VERSIONS bump from script/release
1 parent 3d1a685 commit 5a42c54

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

script/release

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -210,10 +210,6 @@ def bump_version(new_version, min_version = nil, path = 'share/github-backup-uti
210210
content = File.read('test/testlib.sh')
211211
new_content = content.gsub(/GHE_TEST_REMOTE_VERSION:=[0-9]\.[0-9]+\.0/,"GHE_TEST_REMOTE_VERSION:=#{new_version}")
212212
File.open('test/testlib.sh', 'w') {|file| file.puts new_content }
213-
214-
content = File.read('script/cibuild')
215-
new_content = content.gsub(/^REMOTE_VERSIONS=.*$/, "REMOTE_VERSIONS=\"#{min_version} #{new_version}\"")
216-
File.open('script/cibuild', 'w') {|file| file.puts new_content }
217213
end
218214
end
219215

0 commit comments

Comments
 (0)