mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-10 05:42:36 +00:00
7 lines
67 B
Bash
Executable file
7 lines
67 B
Bash
Executable file
#!/bin/bash
|
|
|
|
. hooks/common
|
|
|
|
# shellcheck disable=SC2119
|
|
run_build
|