From 874fd2cd2c3668a4b77101f25255ef79e1d9d960 Mon Sep 17 00:00:00 2001 From: Tomasz Kowalewski Date: Thu, 6 Jun 2024 13:19:03 +0200 Subject: [PATCH] Configure GHA --- .github/workflows/trigger.yaml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/trigger.yaml b/.github/workflows/trigger.yaml index 7c7e8a1..709bebb 100644 --- a/.github/workflows/trigger.yaml +++ b/.github/workflows/trigger.yaml @@ -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