Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects

Run some tests just if plugin is installed.

Merged Diego MENDEZ requested to merge feature/test_tags into develop
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -14,7 +14,7 @@ services:
start_period: 60s
start_interval: 5s
retries: 5
test: "curl -f http://localhost:8080/api/ || exit 1"
test: "curl -f http://localhost:8080 || exit 1"
env_file: env/netbox.env
volumes:
- netbox-media-files:/opt/netbox/netbox/media
Loading