Skip to content

Commit

Permalink
Add .git folder to make ADU install script not fail.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreRicardo-Zoetis committed Jan 2, 2025
1 parent 87f4c50 commit b2bd448
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
image: mcr.microsoft.com/devcontainers/base:bullseye
volumes:
- .:/iot-hub-device-update
- .git/:./git
options: --cpus 1
steps:
- name: Checkout
Expand Down

0 comments on commit b2bd448

Please sign in to comment.