-
Notifications
You must be signed in to change notification settings - Fork 1
Feature/apply itkdev template #374
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
Conversation
rimi-itk
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few questions asked.
| docker network create frontend | ||
| - run: | | ||
| docker compose run --rm prettier 'web/profiles/custom/os2loop/**/*.{css,scss}' --check |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would
| docker compose run --rm prettier 'web/profiles/custom/os2loop/**/*.{css,scss}' --check | |
| docker compose run --rm prettier 'web/*/custom/**/css/**/*.{css,scss}' --check |
work here? If so, we could make a small change in https://github.com/itk-dev/devops_itkdev-docker/blob/develop/github/workflows/drupal/styles.yaml#L36 for (more) a general solution.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Afraid not. The first * could work but the styling assets are not contained in a specific css folder
Link to ticket
https://leantime.itkdev.dk/404/#/tickets/showTicket/4829
Description
Additional comments or questions
The old site apparently couldn't be installed due to config setup. Removing ref: ${{ github.base_ref }} would allow the site action to pass, which suggests that after the update the site would install since config is changed.