Skip to content

Commit

Permalink
fix: recursively checkout submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
acrois committed Mar 30, 2024
1 parent cf2dcc5 commit f8fb282
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.git*
!.github/template
.dockerignore
.editorconfig
2 changes: 1 addition & 1 deletion .github/template/calver
Submodule calver updated 1 files
+73 −1 README.md
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ jobs:
wait-interval: 10

- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: 'recursive'

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ COPY config.sh .
COPY config ./config
RUN ./config.sh

COPY shell ./shell
COPY shell/* ./shell/

0 comments on commit f8fb282

Please sign in to comment.