Skip to content

Commit

Permalink
update git workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
antoooks committed Feb 12, 2024
1 parent 8d6a252 commit 94e7a7b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ jobs:
git remote -v
# Pin dependencies: kyaml, cmd/config
gorepomod pin kyaml --local --doIt
gorepomod pin cmd/config --local --doIt
gorepomod pin kyaml v0.16.0 --local --doIt
gorepomod pin cmd/config v0.13.0 --local --doIt
- name: Build api
run: |
make build-kustomize-api
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-cmd-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
git remote -v
# Pin dependencies: kyaml
gorepomod pin kyaml --local --doIt
gorepomod pin kyaml v0.16.0 --local --doIt
- name: Build test
run: |
make build-kustomize-api
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/release-kustomize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,10 @@ jobs:
git remote -v
# Pin dependencies: kyaml, cmd/config, api
gorepomod pin kyaml --local --doIt
gorepomod pin cmd/config --local --doIt
gorepomod pin api --local --doIt
# TODO: delete hardcoded version after stable
gorepomod pin kyaml v0.16.0 --local --doIt
gorepomod pin cmd/config v0.13.0 --local --doIt
gorepomod pin api --local v0.15.0 --doIt
- name: Build test
run: |
make build-kustomize-api
Expand Down

0 comments on commit 94e7a7b

Please sign in to comment.