You've already forked ansible-role-renovate
fix: execute separate shell scripts to start and stop renovate
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -12,7 +12,5 @@ OnFailure=status-email@%n.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart={{ renovate_docker_compose_bin }} up
|
||||
ExecStop={{ renovate_docker_compose_bin }} down --volumes
|
||||
ExecPostStop=/bin/rm --recursive --force {{ renovate_cache_dir }}
|
||||
WorkingDirectory={{ renovate_dir }}
|
||||
ExecStart=/usr/local/bin/start-renovate.sh
|
||||
ExecStop=/usr/local/bin/stop-renovate.sh
|
||||
|
Reference in New Issue
Block a user