mirror of
https://github.com/bb-Ricardo/netbox-sync.git
synced 2026-05-06 17:29:30 -05:00
adds support for NetBox 4.0 #387
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user