Skip to content

Commit

Permalink
Merge pull request #413 from hendrikKahl/signoff-conformance-commits
Browse files Browse the repository at this point in the history
add sign-off parameter to cncf conformance pr script
  • Loading branch information
hendrikKahl committed Jul 6, 2022
2 parents c86b4a4 + 895436a commit 42726c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ def commitAndPushChanges(gitHelper, branch_name):
subprocess.run(["git", "add", "*e2e.log"])
subprocess.run(["git", "add", "*junit_01.xml"])
subprocess.run(["git", "add", "*README.md"])
subprocess.run(["git", "commit", "-m", "gardener supporting new k8s release"])
subprocess.run(["git", "commit", "-s", "-m", "gardener supporting new k8s release"])
gitHelper.push("@", f"refs/heads/{branch_name}")
# subprocess.run(["git", "push", "origin", branch_name])
print('Branch "' + branch_name + '" was successfully created on https://github.com/' +
Expand Down

0 comments on commit 42726c8

Please sign in to comment.