File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 3
3
4
4
# List of items to confirm from the person releasing. Required, but empty list is ok.
5
5
configatron . prerelease_checklist_items = [
6
- "Sanity check the master branch." ,
7
- "Unit tests passed." ,
8
- "Functional tests passed."
6
+ "Sanity check the master branch."
9
7
]
10
8
11
9
def validate_version_match ( )
@@ -45,7 +43,7 @@ def publish_to_package_manager(version)
45
43
46
44
47
45
def wait_for_package_manager ( version )
48
- CommandProcessor . wait_for ( "wget -U \" non-empty-user-agent\" -qO- https://rubygems.org/gems/paypal-sdk-rest/versions/#{ version } | cat" )
46
+ CommandProcessor . wait_for ( "wget -U \" non-empty-user-agent\" -qO- https://rubygems.org/gems/paypal-sdk-rest/versions/#{ package_version } | cat" )
49
47
end
50
48
51
49
# The method that waits for the package manager to be done. Required
You can’t perform that action at this time.
0 commit comments