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