From 98adaeccc8518bbeda1ec4f0c0c5658bc2db0165 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20S=C3=B3jko?= Date: Wed, 8 Jul 2020 09:15:15 +0200 Subject: [PATCH] fix: add missing git submodules initialization on ci --- .github/workflows/dev.yml | 3 +++ .github/workflows/prod.yml | 3 +++ public/extensions/batch-manager | 2 +- public/extensions/extensions-manager | 2 +- 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 2149c7409..0df5f2faa 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -19,6 +19,9 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} tags: "latest,${{ github.sha }}" + - name: Initiate submodules + run: git submodule update --init --force --remote + - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v1 with: diff --git a/.github/workflows/prod.yml b/.github/workflows/prod.yml index a5d24d67d..c837256c1 100644 --- a/.github/workflows/prod.yml +++ b/.github/workflows/prod.yml @@ -19,6 +19,9 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} tags: "stable,${{ github.sha }}" + - name: Initiate submodules + run: git submodule update --init --force --remote + - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v1 with: diff --git a/public/extensions/batch-manager b/public/extensions/batch-manager index 3897593b9..46471a496 160000 --- a/public/extensions/batch-manager +++ b/public/extensions/batch-manager @@ -1 +1 @@ -Subproject commit 3897593b98fe46505a8bf8a8e22fd64319dc5900 +Subproject commit 46471a496958b3418fea0e7ca795f8c1139ebd7c diff --git a/public/extensions/extensions-manager b/public/extensions/extensions-manager index bda6ed93a..1fb1ff1b5 160000 --- a/public/extensions/extensions-manager +++ b/public/extensions/extensions-manager @@ -1 +1 @@ -Subproject commit bda6ed93a02e2dd787ed9d9159562c04a0649e69 +Subproject commit 1fb1ff1b52af28bf0e2233228eb1577a43a533de