update to match bash syntax

This commit is contained in:
Remy Moll 2023-12-26 14:37:43 +01:00
parent 9aca8e9e0b
commit 94d6c0f523

View File

@ -16,7 +16,7 @@ spec:
- -c - -c
args: args:
- >- - >-
CURRENT_IP = $(curl -4 ifconfig.me) CURRENT_IP=$(curl -4 ifconfig.me)
&& &&
echo "Current IP: $CURRENT_IP" echo "Current IP: $CURRENT_IP"
&& &&