File tree Expand file tree Collapse file tree 4 files changed +0
-14
lines changed Expand file tree Collapse file tree 4 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -53,16 +53,13 @@ jobs:
53
53
with :
54
54
go-version-file : go.work
55
55
- name : Install local tools
56
- working-directory : $GITHUB_WORKSPACE
57
56
run : |
58
57
make install-local-tools
59
58
- name : Pin kyaml, cmd/config
60
- working-directory : $GITHUB_WORKSPACE
61
59
run : |
62
60
gorepomod pin kyaml --doIt
63
61
gorepomod pin cmd/config --doIt
64
62
- name : Build api
65
- working-directory : $GITHUB_WORKSPACE
66
63
run : |
67
64
make build-kustomize-api
68
65
release :
80
77
with :
81
78
go-version-file : go.work
82
79
- name : Release kyaml
83
- working-directory : $GITHUB_WORKSPACE
84
80
run : |
85
81
make install-local-tools
86
82
gorepomod release kyaml ${{ inputs.release_type }} --doIt
Original file line number Diff line number Diff line change @@ -53,15 +53,12 @@ jobs:
53
53
with :
54
54
go-version-file : go.work
55
55
- name : Install local tools
56
- working-directory : $GITHUB_WORKSPACE
57
56
run : |
58
57
make install-local-tools
59
58
- name : Pin kyaml
60
- working-directory : $GITHUB_WORKSPACE
61
59
run : |
62
60
gorepomod pin kyaml --doIt
63
61
- name : Build test
64
- working-directory : $GITHUB_WORKSPACE
65
62
run : |
66
63
make build-kustomize-api
67
64
release :
79
76
with :
80
77
go-version-file : go.work
81
78
- name : Install local tools
82
- working-directory : $GITHUB_WORKSPACE
83
79
run : |
84
80
make install-local-tools
85
81
- name : Release cmd/config
86
- working-directory : $GITHUB_WORKSPACE
87
82
run : |
88
83
gorepomod release cmd/config ${{ inputs.release_type }} --doIt
Original file line number Diff line number Diff line change @@ -49,17 +49,14 @@ jobs:
49
49
with :
50
50
go-version-file : go.work
51
51
- name : Install local tools
52
- working-directory : $GITHUB_WORKSPACE
53
52
run : |
54
53
make install-local-tools
55
54
- name : Pin kyaml, cmd/config, and api
56
- working-directory : $GITHUB_WORKSPACE
57
55
run : |
58
56
gorepomod pin kyaml --local --doIt
59
57
gorepomod pin cmd/config --local --doIt
60
58
gorepomod pin api --local --doIt
61
59
- name : Build test
62
- working-directory : $GITHUB_WORKSPACE
63
60
run : |
64
61
make build-kustomize-api
65
62
release :
77
74
with :
78
75
go-version-file : go.work
79
76
- name : Release kyaml
80
- working-directory : $GITHUB_WORKSPACE
81
77
run : |
82
78
make install-local-tools
83
79
gorepomod release kustomize ${{ inputs.release_type }} --doIt
Original file line number Diff line number Diff line change 76
76
with :
77
77
go-version-file : go.work
78
78
- name : Release kyaml
79
- working-directory : $GITHUB_WORKSPACE
80
79
run : |
81
80
make install-tools
82
81
gorepomod release kyaml ${{ inputs.release_type }}
You can’t perform that action at this time.
0 commit comments