update to match bash syntax
This commit is contained in:
parent
9aca8e9e0b
commit
94d6c0f523
@ -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"
|
||||||
&&
|
&&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user