Merge branch 'antifascista' of https://gitea.nulo.in/Sutty/containers-monit into antifascista
This commit is contained in:
commit
bebb72c04e
2 changed files with 5 additions and 2 deletions
|
@ -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"
|
||||
|
|
3
whatsmydefaulteth.sh
Executable file
3
whatsmydefaulteth.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
ip -6 r | grep default | tr -s " " | cut -d " " -f 5
|
Loading…
Reference in a new issue