Skip to content

Commit

Permalink
Disable [fly autoupdate][1].
Browse files Browse the repository at this point in the history
  • Loading branch information
carrete committed Jul 16, 2024
1 parent d7aac64 commit 9e55a58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .bin/fly
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ readonly FLY_IMAGE

podman pull -q $FLY_IMAGE
podman run --rm $PODMAN_EXTRA_RUN_ARGS \
-e FLY_NO_UPDATE_CHECK=1 \
-e HOME=/tmp \
-v "$PWD":/mnt/workdir \
-v /var/run/docker.sock:/var/run/docker.sock:ro \
Expand Down

0 comments on commit 9e55a58

Please sign in to comment.