Skip to content

Commit

Permalink
test-publishing: clone slips with submodules in order for the dockerf…
Browse files Browse the repository at this point in the history
…ile to find it
  • Loading branch information
AlyaGomaa committed Apr 5, 2024
1 parent 309aa0d commit dafa68b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ jobs:
ref: 'alya/improve-ci'
# Fetch all history for all tags and branches
fetch-depth: ''
# the p2p4slips is a submodule, we need to clone slips with it
# because the docker we'll be building uses COPY so it should find the submodule here
submodules: recursive

- name: Login to DockerHub
uses: docker/login-action@v2
Expand Down

0 comments on commit dafa68b

Please sign in to comment.