We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60e1e93 commit a5baaf5Copy full SHA for a5baaf5
images/template-button.png
-89.6 KB
install.yaml
@@ -1,20 +1,8 @@
1
name: ddev-cron
2
3
-pre_install_actions:
4
-- |
5
- #ddev-nodisplay
6
- if ! ( ddev debug capabilities 2>/dev/null | grep multiple-dockerfiles >/dev/null 2>&1 ) ; then
7
- echo "This add-on requires DDEV v1.19.3 or higher, please upgrade." && exit 2
8
- fi
9
-
10
-# list of files and directories listed that are copied into project .ddev directory
11
project_files:
12
-- web-build/Dockerfile.ddev-cron
13
-- web-build/cron.conf
14
-- web-build/time.cron.example
15
16
-# List of files and directories that are copied into the global .ddev directory
17
-global_files:
18
+ - web-build/Dockerfile.ddev-cron
+ - web-build/cron.conf
+ - web-build/time.cron.example
19
20
-post_install_actions:
+ddev_version_constraint: '>= v1.24.3'
0 commit comments