ansible-role-renovate/templates/usr/local/bin/stop-renovate.sh.j2
Markus Pesch f2abf22b80
All checks were successful
continuous-integration/drone/push Build is passing
fix: execute separate shell scripts to start and stop renovate
2023-09-22 20:21:33 +02:00

10 lines
175 B
Django/Jinja

#!/bin/bash
#
# {{ ansible_managed }}
#
set -e
{{ renovate_docker_compose_bin }} --project-directory {{ renovate_dir }} down
rm --force --recursive {{ renovate_cache_dir }}