mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-06 03:59:25 +00:00
Add descriptions to all CLI commands
This commit is contained in:
parent
ebcbe98684
commit
21fd436621
63 changed files with 212 additions and 215 deletions
2
.github/workflows/e2e.yaml
vendored
2
.github/workflows/e2e.yaml
vendored
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
- name: Check if working tree is dirty
|
||||
run: |
|
||||
if [[ $(git diff --stat) != '' ]]; then
|
||||
git diff --stat
|
||||
git diff
|
||||
echo 'run make test and commit changes'
|
||||
exit 1
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue