Skip to content

Commit

Permalink
add sign-off parameter to cncf conformance pr script
Browse files Browse the repository at this point in the history
Signed-off-by: hendrikKahl <hendrik.kahl@sap.com>
  • Loading branch information
hendrikKahl committed Jul 6, 2022
1 parent c86b4a4 commit 895436a
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 895436a

Please sign in to comment.