Skip to content

Commit e0c8273

Browse files
committed
fix workflow
1 parent bda638d commit e0c8273

File tree

4 files changed

+0
-14
lines changed

4 files changed

+0
-14
lines changed

.github/workflows/release-api.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,13 @@ jobs:
5353
with:
5454
go-version-file: go.work
5555
- name: Install local tools
56-
working-directory: $GITHUB_WORKSPACE
5756
run: |
5857
make install-local-tools
5958
- name: Pin kyaml, cmd/config
60-
working-directory: $GITHUB_WORKSPACE
6159
run: |
6260
gorepomod pin kyaml --doIt
6361
gorepomod pin cmd/config --doIt
6462
- name: Build api
65-
working-directory: $GITHUB_WORKSPACE
6663
run: |
6764
make build-kustomize-api
6865
release:
@@ -80,7 +77,6 @@ jobs:
8077
with:
8178
go-version-file: go.work
8279
- name: Release kyaml
83-
working-directory: $GITHUB_WORKSPACE
8480
run: |
8581
make install-local-tools
8682
gorepomod release kyaml ${{ inputs.release_type }} --doIt

.github/workflows/release-cmd-config.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,12 @@ jobs:
5353
with:
5454
go-version-file: go.work
5555
- name: Install local tools
56-
working-directory: $GITHUB_WORKSPACE
5756
run: |
5857
make install-local-tools
5958
- name: Pin kyaml
60-
working-directory: $GITHUB_WORKSPACE
6159
run: |
6260
gorepomod pin kyaml --doIt
6361
- name: Build test
64-
working-directory: $GITHUB_WORKSPACE
6562
run: |
6663
make build-kustomize-api
6764
release:
@@ -79,10 +76,8 @@ jobs:
7976
with:
8077
go-version-file: go.work
8178
- name: Install local tools
82-
working-directory: $GITHUB_WORKSPACE
8379
run: |
8480
make install-local-tools
8581
- name: Release cmd/config
86-
working-directory: $GITHUB_WORKSPACE
8782
run: |
8883
gorepomod release cmd/config ${{ inputs.release_type }} --doIt

.github/workflows/release-kustomize.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,14 @@ jobs:
4949
with:
5050
go-version-file: go.work
5151
- name: Install local tools
52-
working-directory: $GITHUB_WORKSPACE
5352
run: |
5453
make install-local-tools
5554
- name: Pin kyaml, cmd/config, and api
56-
working-directory: $GITHUB_WORKSPACE
5755
run: |
5856
gorepomod pin kyaml --local --doIt
5957
gorepomod pin cmd/config --local --doIt
6058
gorepomod pin api --local --doIt
6159
- name: Build test
62-
working-directory: $GITHUB_WORKSPACE
6360
run: |
6461
make build-kustomize-api
6562
release:
@@ -77,7 +74,6 @@ jobs:
7774
with:
7875
go-version-file: go.work
7976
- name: Release kyaml
80-
working-directory: $GITHUB_WORKSPACE
8177
run: |
8278
make install-local-tools
8379
gorepomod release kustomize ${{ inputs.release_type }} --doIt

.github/workflows/release-kyaml.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ jobs:
7676
with:
7777
go-version-file: go.work
7878
- name: Release kyaml
79-
working-directory: $GITHUB_WORKSPACE
8079
run: |
8180
make install-tools
8281
gorepomod release kyaml ${{ inputs.release_type }}

0 commit comments

Comments
 (0)