Skip to content

Commit

Permalink
fix: add missing git submodules initialization on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
karolsojko committed Jul 8, 2020
1 parent e499ef8 commit 98adaec
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion public/extensions/batch-manager
2 changes: 1 addition & 1 deletion public/extensions/extensions-manager

0 comments on commit 98adaec

Please sign in to comment.