Commit 05408da
committed
Revert "github: drop redundant kdevops checkout"
Revert checkout and use custom unique workdir path.
GitHub needs to checkout first to use project workflow files. Restore it
but use the custom path ("Relative path under $GITHUB_WORKSPACE to place
the repository") for concurrent jobs in the same runner. And cleanup
before fetching (clean: true -> Whether to execute `git clean -ffdx &&
git reset --hard HEAD` before fetching; default true).
https://github.com/actions/checkout
# Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching
# Default: true
clean: ''
Error: Can't find 'action.yml', 'action.yaml' or 'Dockerfile' under
'/data4-xfs/gh/actions-runner/kdevops-ci-0004/_work/kdevops/kdevops/.git
hub/actions/setup'. Did you forget to run actions/checkout before
running your local action?
This reverts commit 9f04539.
Signed-off-by: Daniel Gomez <[email protected]>1 parent bce4f25 commit 05408da
2 files changed
+5
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | 31 | | |
39 | 32 | | |
40 | 33 | | |
| |||
43 | 36 | | |
44 | 37 | | |
45 | 38 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | 39 | | |
54 | 40 | | |
55 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
43 | 48 | | |
44 | 49 | | |
45 | 50 | | |
| |||
0 commit comments