Skip to content

Commit

Permalink
Configure GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
tkcreateit committed Jun 6, 2024
1 parent 874fd2c commit 59eb692
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,15 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Clone the SDK
run: git clone https://github.com/OXID-eSales/docker-eshop-sdk.git $_ && cd $_
- name: Checkout SKD
uses: actions/checkout@v4
with:
repository: OXID-eSales/docker-eshop-sdk

- name: Clone recipes
run: git clone https://github.com/OXID-eSales/docker-eshop-sdk-recipes recipes/oxid-esales
- name: Checkout recipes
uses: actions/checkout@v4
with:
path: recipes/oxid-esales

- name: Run the recipe
run: ./recipes/oxid-esales/module-template/b-7.1.x-ce-components-configuration.sh

0 comments on commit 59eb692

Please # to comment.