Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit 6874e7b

Browse files
committed
Release script: Ignore missing files
Caused by the move to Gradle in master branch. We don't have any `pom.xml` file remaining there so the release fails when trying to `git add pom.xml` which is obviously missing. Closes #194
1 parent 8a679fa commit 6874e7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-tools/release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,7 @@ def check_environment_and_commandline_tools():
865865
update_documentation_to_released_version(README_FILE, project_url, release_version, src_branch,
866866
elasticsearch_version)
867867
set_install_instructions(README_FILE, artifact_id, release_version)
868-
add_pending_files(*pending_files) # expects var args use * to expand
868+
add_pending_files(README_FILE)
869869
commit_master(release_version)
870870

871871
print('Finish Release -- dry_run: %s' % dry_run)

0 commit comments

Comments
 (0)