Skip to content

Commit

Permalink
Removed installer from the codebase.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Feb 13, 2024
1 parent 6142ea0 commit 8a35c78
Show file tree
Hide file tree
Showing 50 changed files with 50 additions and 3,798 deletions.
16 changes: 0 additions & 16 deletions .drevops/.ahoy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ commands:
ahoy lint-spelling
ahoy lint-docs
ahoy lint-devtool
ahoy lint-installer
lint-scripts:
cmd: ./tests/lint.scripts.sh
Expand All @@ -28,16 +27,12 @@ commands:
lint-devtool:
cmd: ahoy devtool lint

lint-installer:
cmd: ahoy installer lint

test:
name: Test DrevOps project.
cmd: |
ahoy test-common
ahoy test-docs
ahoy test-devtool
ahoy test-installer
test-common:
cmd: ./tests/test.common.sh
Expand All @@ -54,11 +49,6 @@ commands:
test-devtool:
cmd: ahoy devtool test

test-installer:
cmd: |
ahoy installer test
ahoy installer build
# If there are changes to the fixtures - this command will re-run twice reporting error the first time.
update-fixtures:
cmd: |
Expand All @@ -76,12 +66,6 @@ commands:
[ ! -d "./devtool/vendor" ] && composer --working-dir=devtool install -n --ansi --no-progress --no-interaction --no-suggest --prefer-dist --optimize-autoloader
composer --working-dir=devtool "$@"
installer:
usage: Custom installer commands.
cmd: |
[ ! -d "./installer/vendor" ] && composer --working-dir=installer install -n --ansi --no-progress --no-interaction --no-suggest --prefer-dist --optimize-autoloader
composer --working-dir=installer "$@"
entrypoint:
- bash
- "-c"
Expand Down
17 changes: 0 additions & 17 deletions .drevops/installer/.editorconfig

This file was deleted.

7 changes: 0 additions & 7 deletions .drevops/installer/.gitattributes

This file was deleted.

7 changes: 0 additions & 7 deletions .drevops/installer/.gitignore

This file was deleted.

32 changes: 0 additions & 32 deletions .drevops/installer/box.json

This file was deleted.

73 changes: 0 additions & 73 deletions .drevops/installer/composer.json

This file was deleted.

12 changes: 0 additions & 12 deletions .drevops/installer/install

This file was deleted.

34 changes: 0 additions & 34 deletions .drevops/installer/phpcs.xml

This file was deleted.

15 changes: 0 additions & 15 deletions .drevops/installer/phpmd.xml

This file was deleted.

23 changes: 0 additions & 23 deletions .drevops/installer/phpstan.neon

This file was deleted.

37 changes: 0 additions & 37 deletions .drevops/installer/phpunit.xml

This file was deleted.

65 changes: 0 additions & 65 deletions .drevops/installer/rector.php

This file was deleted.

Loading

0 comments on commit 8a35c78

Please sign in to comment.