Skip to content

Commit a5baaf5

Browse files
authored
refactor: add version constraint v1.24.3, remove image (#63)
1 parent 60e1e93 commit a5baaf5

File tree

2 files changed

+4
-16
lines changed

2 files changed

+4
-16
lines changed

images/template-button.png

-89.6 KB
Binary file not shown.

install.yaml

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,8 @@
11
name: ddev-cron
22

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
113
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-
4+
- web-build/Dockerfile.ddev-cron
5+
- web-build/cron.conf
6+
- web-build/time.cron.example
197

20-
post_install_actions:
8+
ddev_version_constraint: '>= v1.24.3'

0 commit comments

Comments
 (0)