mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
releaser.sh don't pull when pushing (#22724)
This commit is contained in:
parent
25c5e0c760
commit
d0a1e621f1
1 changed files with 4 additions and 1 deletions
|
|
@ -350,7 +350,10 @@ rotate_root_keys () {
|
|||
trap clean_up EXIT
|
||||
print_reminder
|
||||
setup
|
||||
pull_from_remote
|
||||
|
||||
if [[ $ACTION != "push-to-remote" ]]; then
|
||||
pull_from_remote
|
||||
fi
|
||||
|
||||
if [[ $ACTION == "release-to-edge" ]]; then
|
||||
release_to_edge
|
||||
|
|
|
|||
Loading…
Reference in a new issue