mirror of
https://github.com/kemko/nomad.git
synced 2026-01-02 16:35:44 +03:00
3 lines
125 B
Bash
Executable File
3 lines
125 B
Bash
Executable File
#!/bin/bash
|
|
|
|
test $(curl --silent ${NOMAD_ADDR}/v1/allocation/${NOMAD_ALLOC_ID} | jq '.NetworkStatus.Address | length') -ne 0 |