Skip to content

Commit

Permalink
make sure webhook-configuration version updated in lock file (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
kate-goldenring committed Apr 9, 2021
1 parent cfca720 commit f58e779
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

4 changes: 2 additions & 2 deletions version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ if [ "$CHECK" == "1" ]; then
if [ "$?" -eq "1" ]; then exit 1; fi
done

CARGO_LOCK_PROJECTS="controller akri-shared agent controller udev-video-broker akri-discovery-utils akri-debug-echo akri-udev akri-onvif akri-opcua debug-echo-discovery-handler onvif-discovery-handler udev-discovery-handler opcua-discovery-handler"
CARGO_LOCK_PROJECTS="controller akri-shared agent controller webhook-configuration udev-video-broker akri-discovery-utils akri-debug-echo akri-udev akri-onvif akri-opcua debug-echo-discovery-handler onvif-discovery-handler udev-discovery-handler opcua-discovery-handler"
CARGO_LOCK_VERSION="\"$(echo $VERSION)\""
for CARGO_LOCK_PROJECT in $CARGO_LOCK_PROJECTS
do
Expand Down Expand Up @@ -196,7 +196,7 @@ then
if [ "$?" -eq "1" ]; then exit 1; fi
done

CARGO_LOCK_PROJECTS="controller akri-shared agent controller udev-video-broker akri-discovery-utils akri-debug-echo akri-udev akri-onvif akri-opcua debug-echo-discovery-handler onvif-discovery-handler udev-discovery-handler opcua-discovery-handler"
CARGO_LOCK_PROJECTS="controller akri-shared agent controller webhook-configuration udev-video-broker akri-discovery-utils akri-debug-echo akri-udev akri-onvif akri-opcua debug-echo-discovery-handler onvif-discovery-handler udev-discovery-handler opcua-discovery-handler"
CARGO_LOCK_VERSION_PATTERN="^version = .*"
CARGO_LOCK_VERSION_LINE="version = \"$NEW_VERSION\""
for CARGO_LOCK_PROJECT in $CARGO_LOCK_PROJECTS
Expand Down

0 comments on commit f58e779

Please sign in to comment.