ci: remove fetch depth 0 for validate jobs

Signed-off-by: David Karlsson <david.karlsson@docker.com>
This commit is contained in:
David Karlsson 2023-04-12 13:31:44 +02:00
parent 25ed7847ec
commit 341c843ac2
1 changed files with 0 additions and 4 deletions

View File

@ -29,8 +29,6 @@ jobs:
- -
name: Checkout name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
with:
fetch-depth: 0
- -
name: Run name: Run
uses: docker/bake-action@v2 uses: docker/bake-action@v2
@ -70,8 +68,6 @@ jobs:
- -
name: Checkout name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
with:
fetch-depth: 0
- -
name: Run name: Run
shell: 'script --return --quiet --command "bash {0}"' shell: 'script --return --quiet --command "bash {0}"'