Skip to content

Commit

Permalink
Remove recipe in project
Browse files Browse the repository at this point in the history
  • Loading branch information
maximehuran committed Jun 13, 2024
1 parent 621cdd2 commit 739b56b
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 32 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,7 @@ jobs:
composer config --no-plugins extra.symfony.docker false
composer config --no-plugins --json extra.symfony.endpoint '["https://api.github.com/repos/monsieurbiz/symfony-recipes/contents/index.json?ref=flex/master","flex://defaults"]'
- name: Require plugin without install
- name: Require plugin & install all dependencies
working-directory: ./sylius
run: |
composer require --no-install --no-scripts monsieurbiz/sylius-cms-page-plugin="*@dev"
- name: Composer install
working-directory: ./sylius
run: |
composer install
- name: Show flex server logs
run: docker logs --tail 100 flex
composer require {{ pluginComposerIdentifier }}="*@dev"
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ test.container: ## Lint the symfony container
${CONSOLE} lint:container

test.yaml: ## Lint the symfony Yaml files
${CONSOLE} lint:yaml ../../recipes ../../src/Resources/config
${CONSOLE} lint:yaml ../../src/Resources/config

test.schema: ## Validate MySQL Schema
${CONSOLE} doctrine:schema:validate
Expand Down

This file was deleted.

This file was deleted.

10 changes: 0 additions & 10 deletions recipes/1.0-dev/manifest.json

This file was deleted.

0 comments on commit 739b56b

Please sign in to comment.