Merge pull request #1340 from cevich/add_vendor_check

Cirrus: Add vendor + tree status check
This commit is contained in:
Miloslav Trmač
2021-06-28 22:59:19 +02:00
committed by GitHub

View File

@@ -61,7 +61,9 @@ validate_task:
image: "${SKOPEO_CI_CONTAINER_FQIN}"
cpu: 4
memory: 8
script: make validate-local
script: |
make validate-local
make vendor && hack/tree_status.sh
cross_task: