Skip to content

Commit

Permalink
Activate module
Browse files Browse the repository at this point in the history
  • Loading branch information
joernott committed Apr 12, 2024
1 parent cc2d3a1 commit 8e0604f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/oxid-esales/module-template.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# {{ $ids := "oe_moduletemplate" }}ids: {{ $ids }}
# {{ $org := "oxid-esales" }}organisation: {{ $org }}
# {{ $name := "module-template" }}name: {{ $name }}
# {{ $repo := "OXID-eSales/module-template" }}repo: {{ $repo }}
Expand Down Expand Up @@ -28,6 +29,9 @@ install_shop_with_modules:
}
}
}
custom_script_container: |
OE_CONSOLE=$(find . -iname "oe-console" -type f|head -1|sed -e "s|^$(pwd)/||")
${OE_CONSOLE} oe:module:activate "{{ $ids }}"
runscript:
matrix:
Expand Down

0 comments on commit 8e0604f

Please sign in to comment.