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 8f1fa1c commit 494d61bCopy full SHA for 494d61b
Taskfile.yml
@@ -38,13 +38,11 @@ tasks:
38
39
docker:install:
40
desc: Install docker compose templates (to get the newest version)
41
- internal: true
42
cmds:
43
- itkdev-docker-compose template:install drupal-11 --force
44
45
rename:
46
desc: Sed command fails in github actions, so we require darwin platform to avoid. @todo better approach.
47
48
49
- docker run --rm --volume=$PWD:/app itkdev/php8.3-fpm:latest sed -i -e 's/{PROJECTNAME}/{{.PROJECTNAME}}/g' README.md CHANGELOG.md
50
platforms: ['darwin']
0 commit comments