Skip to content

Commit

Permalink
bla
Browse files Browse the repository at this point in the history
  • Loading branch information
surovic committed Aug 18, 2023
1 parent 9742807 commit 052e5ce
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
timeout-minutes: 32

steps:
- name: Clone polytracker repository
uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 1
# - name: Clone polytracker repository
# uses: actions/checkout@v3
# with:
# submodules: true
# fetch-depth: 1

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand Down Expand Up @@ -72,11 +72,11 @@ jobs:
timeout-minutes: 32

steps:
- name: Clone polytracker repository
uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 1
# - name: Clone polytracker repository
# uses: actions/checkout@v3
# with:
# submodules: true
# fetch-depth: 1

- name: Download artifact
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 052e5ce

Please sign in to comment.