Skip to content

Commit

Permalink
docs: Add -s to sign off empty commits that retriggers CI (argoproj#7628
Browse files Browse the repository at this point in the history
)

Signed-off-by: Yuan Tang <[email protected]>
  • Loading branch information
terrytangyuan authored Nov 5, 2021
1 parent b77f947 commit 43a29e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer-guide/ci.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Since the CI pipeline is triggered on Git commits, there is currently no (known)
If you are absolutely sure that the failure was due to a failure in the pipeline, and not an error within the changes you committed, you can push an empty commit to your branch, thus retriggering the pipeline without any code changes. To do so, issue

```bash
git commit --allow-empty -m "Retrigger CI pipeline"
git commit -s --allow-empty -m "Retrigger CI pipeline"
git push origin <yourbranch>
```

Expand Down

0 comments on commit 43a29e6

Please sign in to comment.