Parcourir la source

Shallow clone bats in makefile

pull/797/head
Peter Dave Hello il y a 7 ans
committed by GitHub
Parent
révision
134d38fc53
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Voir le fichier

@ -9,4 +9,4 @@ test: bats
cd plugins/python-build && $(PWD)/bats/bin/bats $${CI:+--tap} test
bats:
git clone https://github.com/sstephenson/bats.git
git clone --depth 1 https://github.com/sstephenson/bats.git

Chargement…
Annuler
Enregistrer