Skip to content

Commit 494d61b

Browse files
committed
Removed internal settings
1 parent 8f1fa1c commit 494d61b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Taskfile.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,11 @@ tasks:
3838

3939
docker:install:
4040
desc: Install docker compose templates (to get the newest version)
41-
internal: true
4241
cmds:
4342
- itkdev-docker-compose template:install drupal-11 --force
4443

4544
rename:
4645
desc: Sed command fails in github actions, so we require darwin platform to avoid. @todo better approach.
47-
internal: true
4846
cmds:
4947
- docker run --rm --volume=$PWD:/app itkdev/php8.3-fpm:latest sed -i -e 's/{PROJECTNAME}/{{.PROJECTNAME}}/g' README.md CHANGELOG.md
5048
platforms: ['darwin']

0 commit comments

Comments
 (0)