Skip to content

Commit

Permalink
Moved DevTool to own repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Feb 13, 2024
1 parent 93b973c commit 36bbca9
Show file tree
Hide file tree
Showing 42 changed files with 0 additions and 8,386 deletions.
14 changes: 0 additions & 14 deletions .drevops/.ahoy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ commands:
ahoy lint-dockerfiles
ahoy lint-spelling
ahoy lint-docs
ahoy lint-devtool
lint-scripts:
cmd: ./tests/lint.scripts.sh
Expand All @@ -24,15 +23,11 @@ commands:
lint-docs:
cmd: ahoy docs lint

lint-devtool:
cmd: ahoy devtool lint

test:
name: Test DrevOps project.
cmd: |
ahoy test-common
ahoy test-docs
ahoy test-devtool
test-common:
cmd: ./tests/test.common.sh
Expand All @@ -46,9 +41,6 @@ commands:
test-docs:
cmd: ahoy docs build && ahoy docs test

test-devtool:
cmd: ahoy devtool test

# If there are changes to the fixtures - this command will re-run twice reporting error the first time.
update-fixtures:
cmd: |
Expand All @@ -60,12 +52,6 @@ commands:
usage: Custom docs commands.
cmd: ahoy -f "docs/.ahoy.yml" "$@"

devtool:
usage: Custom devtool commands.
cmd: |
[ ! -d "./devtool/vendor" ] && composer --working-dir=devtool install -n --ansi --no-progress --no-interaction --no-suggest --prefer-dist --optimize-autoloader
composer --working-dir=devtool "$@"
entrypoint:
- bash
- "-c"
Expand Down
8 changes: 0 additions & 8 deletions .drevops/devtool/.gitignore

This file was deleted.

8 changes: 0 additions & 8 deletions .drevops/devtool/README.md

This file was deleted.

69 changes: 0 additions & 69 deletions .drevops/devtool/composer.json

This file was deleted.

Loading

0 comments on commit 36bbca9

Please sign in to comment.