adds support for NetBox 4.0 #387

This commit is contained in:
ricardo.bartels@telekom.de
2024-05-08 08:06:33 +02:00
parent 72999295dc
commit 42fc943f70
6 changed files with 46 additions and 31 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ unset DOCKER_TLS_VERIFY
unset DOCKER_HOST
unset DOCKER_CERT_PATH
find . -name "__pycache__" -delete
find module -type d -name "__pycache__" -exec rm -rf {} \;
docker --config ./docker-tmp login
docker --config ./docker-tmp buildx create --use
if [[ $FINAL == true ]]; then