@@ -39,28 +39,29 @@ jobs:
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
46
46
steps :
47
47
- uses : actions/checkout@v4
48
48
with :
49
- path : src/github.com/containerd /containerd
49
+ path : src/github.com/coderbirju /containerd
50
50
fetch-depth : 100
51
51
52
52
- uses : ./src/github.com/containerd/containerd/.github/actions/install-go
53
53
54
- -
uses :
containerd/[email protected]
54
+ -
uses :
coderbirju/[email protected]
55
+ if : github.repository == 'coderbirju/containerd'
55
56
with :
56
- working-directory : src/github.com/containerd /containerd
57
+ working-directory : src/github.com/coderbirju /containerd
57
58
repo-access-token : ${{ secrets.GITHUB_TOKEN }}
58
59
59
60
- name : verify go modules and vendor directory
60
61
run : |
61
62
sudo apt-get install -y jq
62
63
make verify-vendor
63
- working-directory : src/github.com/containerd /containerd
64
+ working-directory : src/github.com/coderbirju /containerd
64
65
65
66
#
66
67
# Protobuf checks
@@ -72,14 +73,14 @@ jobs:
72
73
73
74
defaults :
74
75
run :
75
- working-directory : src/github.com/containerd /containerd
76
+ working-directory : src/github.com/coderbirju /containerd
76
77
77
78
steps :
78
79
- uses : actions/checkout@v4
79
80
with :
80
- path : src/github.com/containerd /containerd
81
+ path : src/github.com/coderbirju /containerd
81
82
82
- - uses : ./src/github.com/containerd /containerd/.github/actions/install-go
83
+ - uses : ./src/github.com/coderbirju /containerd/.github/actions/install-go
83
84
84
85
- name : Set env
85
86
shell : bash
@@ -218,14 +219,14 @@ jobs:
218
219
defaults :
219
220
run :
220
221
shell : bash
221
- working-directory : src/github.com/containerd /containerd
222
+ working-directory : src/github.com/coderbirju /containerd
222
223
223
224
steps :
224
225
- uses : actions/checkout@v4
225
226
with :
226
- path : src/github.com/containerd /containerd
227
+ path : src/github.com/coderbirju /containerd
227
228
228
- - uses : ./src/github.com/containerd /containerd/.github/actions/install-go
229
+ - uses : ./src/github.com/coderbirju /containerd/.github/actions/install-go
229
230
230
231
- uses : actions/checkout@v4
231
232
with :
@@ -237,7 +238,7 @@ jobs:
237
238
run : |
238
239
echo "GOPATH=${{ github.workspace }}" >> $GITHUB_ENV
239
240
echo "${{ github.workspace }}/bin" >> $GITHUB_PATH
240
- echo "${{ github.workspace }}/src/github.com/containerd /containerd/bin" >> $GITHUB_PATH
241
+ echo "${{ github.workspace }}/src/github.com/coderbirju /containerd/bin" >> $GITHUB_PATH
241
242
echo "${{ github.workspace }}/src/github.com/kubernetes-sigs/cri-tools/build/bin/windows/amd64" >> $GITHUB_PATH
242
243
243
244
- run : script/setup/install-dev-tools
0 commit comments