Skip to content

Commit

Permalink
#none Fix DCO make target (#139)
Browse files Browse the repository at this point in the history
* Fix DCO make target

Signed-off-by: Yuvraj <[email protected]>

* added github checkout depth to 2

Signed-off-by: Yuvraj <[email protected]>
  • Loading branch information
yindia authored Jul 11, 2021
1 parent 81471f1 commit 41e0a40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flytectl/.github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: "0"
fetch-depth: "2"
- uses: actions/cache@v2
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion flytectl/docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ Flyte ships commit hooks that allow you to auto-generate the DCO signoff line if
it doesn't exist when you run `git commit`. Simply navigate to the flytectl project root and run

```bash
make dco
make setup-precommit
```

0 comments on commit 41e0a40

Please sign in to comment.