Skip to content

Commit

Permalink
ci: remove fetch depth 0 for validate jobs
Browse files Browse the repository at this point in the history
Signed-off-by: David Karlsson <david.karlsson@docker.com>
(cherry picked from commit 341c843)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
dvdksn authored and thaJeztah committed Apr 26, 2023
1 parent 4a42917 commit 2cf6853
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ jobs:
-
name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
-
name: Run
uses: docker/bake-action@v2
Expand Down Expand Up @@ -70,8 +68,6 @@ jobs:
-
name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
-
name: Run
shell: 'script --return --quiet --command "bash {0}"'
Expand Down

0 comments on commit 2cf6853

Please sign in to comment.