Skip to content
Snippets Groups Projects
Commit 1c383e41 authored by jurgenhaas's avatar jurgenhaas
Browse files

docker/l3d#146 Replace global drush with vendor location

parent 5cbfe8ea
No related branches found
No related tags found
1 merge request!93Merging develop into main
Pipeline #1180104 passed with warnings
......@@ -5,6 +5,6 @@ tty = true
user = {{ line.user }}
schedule = {{ line.schedule }}
container = {{ projectname }}-php-1
command = sh -c \"{{ line.command|raw }}{% if line.ping_url %} && curl -fsS --retry 5 --retry-delay 9 -o /dev/null {{ line.ping_url }}{% endif %}\"
command = sh -c \"{{ line.command|raw|replace({'/usr/local/bin/drush': '/var/www/html/vendor/bin/drush'}) }}{% if line.ping_url %} && curl -fsS --retry 5 --retry-delay 9 -o /dev/null {{ line.ping_url }}{% endif %}\"
{% endfor %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment