Skip to content

Commit

Permalink
Remove ibexa/bundle-template workflows before copy files
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwojs authored Nov 16, 2023
1 parent f6e4101 commit 802c324
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/template-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ jobs:
echo Running generator with: php .generator/bin/ibexa-bundle-generator $PACKAGE_NAME $PACKAGE_NAME-dir --vendor-name=$VENDOR_NAME --vendor-namespace=$VENDOR_NAMESPACE --bundle-name=$BUNDLE_NAME --skeleton-name=extension
php .generator/bin/ibexa-bundle-generator $PACKAGE_NAME $PACKAGE_NAME-dir --vendor-name=$VENDOR_NAME --vendor-namespace=$VENDOR_NAMESPACE --bundle-name=$BUNDLE_NAME --skeleton-name=extension
# Remove ibexa/bundle-template workflows
rm -rf .github
# Move content
cp -R $PACKAGE_NAME-dir/* .
Expand Down

0 comments on commit 802c324

Please sign in to comment.