Skip to content

Commit

Permalink
Fix ngeo and rebuild 2.7 for major minor versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Dec 12, 2023
1 parent 23138cf commit 47e4027
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ngeo-2-7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ jobs:
- name: Publish version branch
run: |
c2cciutils-publish --type=version_branch --version=${{ steps.version.outputs.major }}
c2cciutils-publish --type=version_branch --version=${{ steps.version.outputs.major_minor }}
c2cciutils-publish --group=full --type=version_branch --version=${{ steps.version.outputs.full }}
- name: Notify demo
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rebuild-2-7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ jobs:
- name: Publish feature branch
run: |
c2cciutils-publish --branch=${{ matrix.branch }} --type=rebuild
c2cciutils-publish --type=rebuild --version=${{ steps.version.outputs.major_minor }}
- run: >
docker run --rm --volume=/var/run/docker.sock:/var/run/docker.sock nate/dockviz
Expand Down

0 comments on commit 47e4027

Please sign in to comment.