Skip to content

Commit

Permalink
fix: force next patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
psanders committed Aug 16, 2024
1 parent f889e9f commit df5f443
Show file tree
Hide file tree
Showing 19 changed files with 37 additions and 11 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ jobs:
if: github.event.inputs.with_tests == 'true'
run: |
docker compose -f compose.yaml -f compose.dev.yaml up \
--build --abort-on-container-exit --exit-code-from compliance \
compliance edgeport01 edgeport02 dispatcher registry requester apiserver connect location
--build --abort-on-container-exit --exit-code-from compliance compliance
publish-to-docker-hub:
name: Publish to Docker Hub
Expand Down
3 changes: 1 addition & 2 deletions compose.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,7 @@ services:
#
# SIP End to End Test (SEET) compliance test for SIPConnect v1.1 support
# docker compose -f compose.yaml -f compose.dev.yaml up \
# --build --abort-on-container-exit --exit-code-from compliance \
# compliance edgeport01 edgeport02 dispatcher registry requester apiserver connect location
# --build --abort-on-container-exit --exit-code-from compliance compliance
#
compliance:
container_name: compliance
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
42 changes: 35 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit df5f443

Please sign in to comment.