mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Remove fleetctl check from release script (#24275)
This commit is contained in:
parent
e8ae793f9b
commit
4b5de2646a
1 changed files with 0 additions and 9 deletions
|
|
@ -626,15 +626,6 @@ fi
|
|||
|
||||
start_ver_tag=fleet-$start_version
|
||||
|
||||
# Check if there are updates to fleetctl dependencies (only when doing security updates to base images).
|
||||
if [[ $(git diff $start_ver_tag ./tools/wix-docker ./tools/bomutils-docker) ]]; then
|
||||
echo "⚠️ Changes in fleetctl dependencies detected, please run the following before continuing the release:"
|
||||
echo "1. git tag fleetctl-docker-deps-$next_ver && git push origin fleetctl-docker-deps-$next_ver"
|
||||
echo "2. Wait for the triggered https://github.com/fleetdm/fleet/actions/workflows/release-fleetctl-docker-deps.yaml build to finish."
|
||||
echo "3. Smoke test the pushed images by manually running the following action: https://github.com/fleetdm/fleet/actions/workflows/test-packaging.yml"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [[ "$minor" == "true" ]]; then
|
||||
echo "Minor release from $start_version to $next_ver"
|
||||
# For scheduled minor releases, we want to branch off of main
|
||||
|
|
|
|||
Loading…
Reference in a new issue