Skip to content
Snippets Groups Projects
Commit 051bee66 authored by Matthias Schnepf's avatar Matthias Schnepf
Browse files

Fix network range

parent 55de4882
Branches
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ SYSTEM_PERIODIC_HOLD_REASON = \
)
# Allow write access to docker container (10.0.0.0/8 network) to submit jobs
ALLOW_Write=$(ALLOW_WRITE),10.0.0.0/16
ALLOW_Write=$(ALLOW_WRITE),10.0.0.0/8
# Clean held jobs after 7 days
SYSTEM_PERIODIC_REMOVE = \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment