Skip to content

Commit

Permalink
Merge branch 'release/8.x' into hotfix/DQA-3575
Browse files Browse the repository at this point in the history
  • Loading branch information
zarabatana authored Feb 23, 2022
2 parents b1bc30d + 178f74e commit 02ef35a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2'
services:
web:
image: fpfis/httpd-php:8.1-dev
image: registry.fpfis.eu/fpfis/httpd-php:8.1-dev
working_dir: ${PWD}
volumes:
- ${PWD}:${PWD}
Expand Down
4 changes: 2 additions & 2 deletions tests/fixtures/commands/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
->exec('mkdir -p web/sites/default/private_files')
->exec('chmod ug=rwx,o= web/sites/default/private_files')
[Simulator] Simulating Filesystem\FilesystemStack()
->copy('resources/Drush/drush.yml.dist', 'web/sites/all/drush/drush.yml')
->copy(1, 'web/sites/all/drush/drush.yml')
- command: 'toolkit:build-dist --root=web --dist-root=dist --tag=1.0.0 --sha=aBcDeF --keep=vendor --remove=CHANGELOG.txt'
configuration:
Expand Down Expand Up @@ -47,7 +47,7 @@
[Simulator] Simulating File\Write('dist/web/VERSION.txt')
->text('1.0.0')
[Simulator] Simulating Filesystem\FilesystemStack()
->copy('resources/Drush/drush.yml.dist', 'dist/web/sites/all/drush/drush.yml')
->copy(1, 'dist/web/sites/all/drush/drush.yml')
[Simulator] Simulating ExecStack()
->exec('find dist -maxdepth 3 -type f \( -name "CHANGELOG.txt" \) -exec rm -rf {} +')
Expand Down

0 comments on commit 02ef35a

Please sign in to comment.