mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2024-11-07 16:44:02 +01:00
commit
4dd7a51c7d
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
||||
steps:
|
||||
- id: git-checkout
|
||||
name: Checkout
|
||||
uses: actions/checkout@v1
|
||||
uses: actions/checkout@v2
|
||||
- id: docker-build
|
||||
name: Build the image from '${{ matrix.docker_from }}' with '${{ matrix.build_cmd }}'
|
||||
run: ${{ matrix.build_cmd }}
|
||||
|
@ -7,7 +7,7 @@ load_configuration() {
|
||||
MAX_WAIT=10
|
||||
WAIT_COUNT=0
|
||||
while [ ! -S $UNIT_SOCKET ]; do
|
||||
if [ $WAIT_COUNT -gte $MAX_WAIT ]; then
|
||||
if [ $WAIT_COUNT -ge $MAX_WAIT ]; then
|
||||
echo "⚠️ No control socket found; configuration will not be loaded."
|
||||
return 1
|
||||
fi
|
||||
|
@ -1,4 +1,4 @@
|
||||
napalm==3.2.0
|
||||
ruamel.yaml==0.16.12
|
||||
django-auth-ldap==2.2.0
|
||||
django-storages==1.10.1
|
||||
django-storages==1.11.1
|
||||
|
Loading…
Reference in New Issue
Block a user