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 aefb63e commit 874fd2c
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Clone the SDK to 'MyProject' directory & Clone recipes & Run the recipe
run: |
echo MyProject && git clone https://github.com/OXID-eSales/docker-eshop-sdk.git $_ && cd $_
git clone https://github.com/OXID-eSales/docker-eshop-sdk-recipes recipes/oxid-esales
recipes/oxid-esales/module-template/b-7.1.x-ce-components-configuration.sh
- name: Clone the SDK
run: git clone https://github.com/OXID-eSales/docker-eshop-sdk.git $_ && cd $_

- name: Clone recipes
run: git clone https://github.com/OXID-eSales/docker-eshop-sdk-recipes 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 874fd2c

Please # to comment.