Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

YAML: allow to give description to groups tasks #3656

Closed
antonmedv opened this issue Jul 26, 2023 · 3 comments
Closed

YAML: allow to give description to groups tasks #3656

antonmedv opened this issue Jul 26, 2023 · 3 comments

Comments

@antonmedv
Copy link
Member

antonmedv commented Jul 26, 2023

I have this task (group) defined via YAML:

tasks:
  deploy:
    - deploy:prepare
    - deploy:publish

after:
  deploy:prepare:
    - typo3:create_default_folders
    - typo3:update:databaseschema
    - typo3:flush:caches
    - typo3:setup:extensions
    - typo3:flush:caches

  deploy:failed:
    - deploy:unlock

I'm trying to find a way to set the description of this task group so that deployer dep list shows a nice description and not only the key of the task.

Is there any way to do this?

Originally posted by @oliverklee in #3504

Upvote & Fund

  • We're using Polar.sh so you can upvote and help fund this issue.
  • We receive the funding once the issue is completed & confirmed by you.
  • Thank you in advance for helping prioritize & fund our backlog.
Fund with Polar
@adpeyre
Copy link

adpeyre commented Aug 3, 2023

Maybe you can try something like that :

tasks:
  deploy:
    - deploy:prepare
    - deploy:publish

after:
  deploy:prepare:
    desc: 'description'
    script: # THIS WILL NOT WORK
       - typo3:create_default_folders
      - typo3:update:databaseschema
      - typo3:flush:caches
      - typo3:setup:extensions
      - typo3:flush:caches

  deploy:failed:
    - deploy:unlock

Copy link
Contributor

github-actions bot commented Sep 9, 2024

This issue has been automatically closed. Please, open a discussion for bug reports and feature requests.

Read more: [https://github.com//discussions/3888]

1 similar comment
Copy link
Contributor

github-actions bot commented Sep 9, 2024

This issue has been automatically closed. Please, open a discussion for bug reports and feature requests.

Read more: [https://github.com//discussions/3888]

@github-actions github-actions bot added the Stale label Sep 9, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Sep 9, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants