diff --git a/.woodpecker.yml b/.woodpecker.yml index ce7ca72..f558b62 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -21,10 +21,10 @@ pipeline: event: "push" matrix: include: - - ALPINE_VERSION: "3.18.4" + - ALPINE_VERSION: "3.18.5" RUBY_VERSION: "3.2" RUBY_PATCH: "2" - - ALPINE_VERSION: "3.17.5" + - ALPINE_VERSION: "3.17.6" RUBY_VERSION: "3.1" RUBY_PATCH: "4" - ALPINE_VERSION: "3.14.10" diff --git a/whatsmydefaulteth.sh b/whatsmydefaulteth.sh new file mode 100755 index 0000000..c5f8225 --- /dev/null +++ b/whatsmydefaulteth.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +ip -6 r | grep default | tr -s " " | cut -d " " -f 5