39
39
#
40
40
project :
41
41
name : Project Checks
42
- if : github.repository == 'containerd /containerd'
42
+ if : github.repository == 'coderbirju /containerd'
43
43
runs-on : ubuntu-22.04
44
44
timeout-minutes : 5
45
45
@@ -51,16 +51,16 @@ jobs:
51
51
52
52
- uses : ./src/github.com/containerd/containerd/.github/actions/install-go
53
53
54
- -
uses :
containerd /[email protected] .0
54
+ -
uses :
coderbirju /[email protected] .3
55
55
with :
56
- working-directory : src/github.com/containerd /containerd
56
+ working-directory : src/github.com/coderbirju /containerd/
57
57
repo-access-token : ${{ secrets.GITHUB_TOKEN }}
58
58
59
59
- name : verify go modules and vendor directory
60
60
run : |
61
61
sudo apt-get install -y jq
62
62
make verify-vendor
63
- working-directory : src/github.com/containerd /containerd
63
+ working-directory : src/github.com/coderbirju /containerd
64
64
65
65
#
66
66
# Protobuf checks
@@ -72,14 +72,14 @@ jobs:
72
72
73
73
defaults :
74
74
run :
75
- working-directory : src/github.com/containerd /containerd
75
+ working-directory : src/github.com/coderbirju /containerd
76
76
77
77
steps :
78
78
- uses : actions/checkout@v4
79
79
with :
80
- path : src/github.com/containerd /containerd
80
+ path : src/github.com/coderbirju /containerd
81
81
82
- - uses : ./src/github.com/containerd /containerd/.github/actions/install-go
82
+ - uses : ./src/github.com/coderbirju /containerd/.github/actions/install-go
83
83
84
84
- name : Set env
85
85
shell : bash
@@ -218,14 +218,14 @@ jobs:
218
218
defaults :
219
219
run :
220
220
shell : bash
221
- working-directory : src/github.com/containerd /containerd
221
+ working-directory : src/github.com/coderbirju /containerd
222
222
223
223
steps :
224
224
- uses : actions/checkout@v4
225
225
with :
226
- path : src/github.com/containerd /containerd
226
+ path : src/github.com/coderbirju /containerd
227
227
228
- - uses : ./src/github.com/containerd /containerd/.github/actions/install-go
228
+ - uses : ./src/github.com/coderbirju /containerd/.github/actions/install-go
229
229
230
230
- uses : actions/checkout@v4
231
231
with :
@@ -237,7 +237,7 @@ jobs:
237
237
run : |
238
238
echo "GOPATH=${{ github.workspace }}" >> $GITHUB_ENV
239
239
echo "${{ github.workspace }}/bin" >> $GITHUB_PATH
240
- echo "${{ github.workspace }}/src/github.com/containerd /containerd/bin" >> $GITHUB_PATH
240
+ echo "${{ github.workspace }}/src/github.com/coderbirju /containerd/bin" >> $GITHUB_PATH
241
241
echo "${{ github.workspace }}/src/github.com/kubernetes-sigs/cri-tools/build/bin/windows/amd64" >> $GITHUB_PATH
242
242
243
243
- run : script/setup/install-dev-tools
0 commit comments