Skip to content

Commit

Permalink
Remove workaround for verbose output
Browse files Browse the repository at this point in the history
Signed-off-by: Lucy Llewellyn <[email protected]>
  • Loading branch information
lucyllewy committed Apr 18, 2023
1 parent 1f55944 commit 19fb87d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,6 @@ if [ -z "$USE_SNAPCRAFT_CHANNEL" ]; then
;;
*)
USE_SNAPCRAFT_CHANNEL="latest/stable"
# Temporary workaround until snapcraft releases
# with commit 010fd70 included.
if [ "$CMD" = "snap run snapcraft" ]; then
if [ -z "$args" ]; then
args="--verbosity=verbose"
elif [ -n "${args##*"--verbosity"*}" ]; then
args="--verbosity=verbose $args"
fi
fi
;;
esac
else
Expand Down

0 comments on commit 19fb87d

Please sign in to comment.