There was an error while loading. Please reload this page.
1 parent 7029511 commit 009c245Copy full SHA for 009c245
1 file changed
scripts/fetch-spec.sh
@@ -21,8 +21,8 @@ rm -rf "${REPO_DIR}"
21
# export VERSION="v${NETBOX_VERSION}"
22
# docker compose --project-directory="${REPO_DIR}" up --detach --quiet-pull
23
24
-# while ! curl --silent https://netbox.central.sandbox.airnity.private/api/schema/ > api/openapi.yaml 2> /dev/null; do
25
-while ! curl --silent https://netbox.netbox-airnity-plugin.orb.local/api/schema/ > api/openapi.yaml 2> /dev/null; do
+while ! curl --silent https://netbox.central.sandbox.airnity.private/api/schema/ > api/openapi.yaml 2> /dev/null; do
+# while ! curl --silent https://netbox.netbox-airnity-plugin.orb.local/api/schema/ > api/openapi.yaml 2> /dev/null; do
26
sleep 1
27
done
28
0 commit comments