chore: gitignore bootstrap file and minor cleanup of ci
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
|||||||
- run: |
|
- run: |
|
||||||
make generate
|
make generate
|
||||||
if ! git diff --quiet README.md; then
|
if ! git diff --quiet README.md; then
|
||||||
echo "Please run `make generate`"
|
echo "Please run 'make generate'"
|
||||||
git status --short
|
git status --short
|
||||||
git --no-pager diff README.md
|
git --no-pager diff README.md
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
|||||||
/tmp
|
/tmp
|
||||||
.vagrant
|
.vagrant
|
||||||
|
bootstrap.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user