Skip to content

Commit

Permalink
No longer pass the commit when cloning the repositories in the Window…
Browse files Browse the repository at this point in the history
…s build.
  • Loading branch information
dlemstra committed Jun 17, 2024
1 parent b80fc13 commit 545d71c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,8 @@ jobs:
- name: Clone repositories
shell: cmd
run: |
for /f "tokens=* USEBACKQ" %%F IN (`git -C ImageMagick6 rev-parse HEAD`) do set COMMIT_SHA=%%F
cd ImageMagick-Windows
CloneRepositories.IM6.cmd %COMMIT_SHA%
CloneRepositories.IM6.cmd
- name: Download ChangeLog.md
uses: actions/download-artifact@v4
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,8 @@ jobs:
- name: Clone repositories
shell: cmd
run: |
for /f "tokens=* USEBACKQ" %%F IN (`git -C ImageMagick6 rev-parse HEAD`) do set COMMIT_SHA=%%F
cd ImageMagick-Windows
CloneRepositories.IM6.cmd %COMMIT_SHA%
CloneRepositories.IM6.cmd
- name: Build configure
shell: cmd
Expand Down

0 comments on commit 545d71c

Please sign in to comment.