From 5248e3aeee2f6abb95bc8f61f513efd02ee68d44 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Mon, 2 May 2022 14:19:07 +0200 Subject: [PATCH] gitlab-ci-cd/drupal#23 Add crontabs directory to NG artefact --- test-and-deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/test-and-deploy.yml b/test-and-deploy.yml index b7019c3..4cbe0a2 100644 --- a/test-and-deploy.yml +++ b/test-and-deploy.yml @@ -81,6 +81,7 @@ Debug: .artifact_paths_prod_ng: &artifact_paths_prod_ng paths: + - crontabs/ - settings/ - tests/mhout.json - docker-compose.yml -- GitLab