Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- [PR-121](https://github.com/itk-dev/devops_itkdev-docker/pull/121))
- Changed COMPOSE_USER to runner.
- [PR-108](https://github.com/itk-dev/devops_itkdev-docker/pull/108)
Added Drupal module template
- Added Drupal module template

### Changed

Expand Down
2 changes: 1 addition & 1 deletion github/workflows/composer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
name: Composer

env:
COMPOSE_USER: root
COMPOSE_USER: runner

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion github/workflows/drupal-module/php.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
name: PHP

env:
COMPOSE_USER: root
COMPOSE_USER: runner

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion github/workflows/drupal/php.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
name: PHP

env:
COMPOSE_USER: root
COMPOSE_USER: runner

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion github/workflows/drupal/site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
name: Drupal

env:
COMPOSE_USER: root
COMPOSE_USER: runner

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion github/workflows/symfony/php.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
name: Symfony PHP

env:
COMPOSE_USER: root
COMPOSE_USER: runner

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion github/workflows/twig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
name: Twig

env:
COMPOSE_USER: root
COMPOSE_USER: runner

on:
pull_request:
Expand Down