fix: add missing git submodules initialization on ci
This commit is contained in:
3
.github/workflows/dev.yml
vendored
3
.github/workflows/dev.yml
vendored
@@ -19,6 +19,9 @@ jobs:
|
|||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
tags: "latest,${{ github.sha }}"
|
tags: "latest,${{ github.sha }}"
|
||||||
|
|
||||||
|
- name: Initiate submodules
|
||||||
|
run: git submodule update --init --force --remote
|
||||||
|
|
||||||
- name: Configure AWS credentials
|
- name: Configure AWS credentials
|
||||||
uses: aws-actions/configure-aws-credentials@v1
|
uses: aws-actions/configure-aws-credentials@v1
|
||||||
with:
|
with:
|
||||||
|
|||||||
3
.github/workflows/prod.yml
vendored
3
.github/workflows/prod.yml
vendored
@@ -19,6 +19,9 @@ jobs:
|
|||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
tags: "stable,${{ github.sha }}"
|
tags: "stable,${{ github.sha }}"
|
||||||
|
|
||||||
|
- name: Initiate submodules
|
||||||
|
run: git submodule update --init --force --remote
|
||||||
|
|
||||||
- name: Configure AWS credentials
|
- name: Configure AWS credentials
|
||||||
uses: aws-actions/configure-aws-credentials@v1
|
uses: aws-actions/configure-aws-credentials@v1
|
||||||
with:
|
with:
|
||||||
|
|||||||
Submodule public/extensions/batch-manager updated: 3897593b98...46471a4969
Reference in New Issue
Block a user