Skip to content

Commit 009c245

Browse files
committed
chore(scripts): update netbox schema fetch to use central sandbox environment
1 parent 7029511 commit 009c245

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/fetch-spec.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ rm -rf "${REPO_DIR}"
2121
# export VERSION="v${NETBOX_VERSION}"
2222
# docker compose --project-directory="${REPO_DIR}" up --detach --quiet-pull
2323

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
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
2626
sleep 1
2727
done
2828

0 commit comments

Comments
 (0)