Skip to content

Commit 8626238

Browse files
joaocsilvajonhy81
andauthored
DQA-10942: Keep .leaksignore and .snyk on build-dist (#802)
Co-authored-by: J. João Santos <[email protected]>
1 parent 17ddfe9 commit 8626238

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

config/runner/toolkit.yml

+2
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ toolkit:
8585
- vendor
8686
- composer.lock
8787
- composer.json
88+
- .leaksignore
89+
- .snyk
8890
remove:
8991
- CHANGELOG.md
9092
- CHANGELOG.txt

tests/fixtures/commands/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
->exec('./vendor/bin/run drupal:permissions-setup --root=dist/web')
8282
->exec('./vendor/bin/run drupal:settings-setup --root=dist/web')
8383
[Simulator] Simulating Exec('find dist -maxdepth 1 ! -name "dist" ! -name "web" ! - ... " -exec rm -rf {} +')
84-
[Simulator] Running find dist -maxdepth 1 ! -name "dist" ! -name "web" ! -name "config" ! -name "vendor" ! -name "composer.lock" ! -name "composer.json" -exec rm -rf {} +
84+
[Simulator] Running find dist -maxdepth 1 ! -name "dist" ! -name "web" ! -name "config" ! -name "vendor" ! -name "composer.lock" ! -name "composer.json" ! -name ".leaksignore" ! -name ".snyk" -exec rm -rf {} +
8585
[Simulator] Simulating File\Write('dist/manifest.json')
8686
->text('{"drupal_profile":"minimal","project_id":"toolkit","dr ... rsion":"","sha":""}')
8787
[Simulator] Simulating File\Write('dist/web/VERSION.txt')

0 commit comments

Comments
 (0)