Ver a proveniência

Merge pull request #797 from PeterDaveHello/patch-2

Shallow clone bats in makefile
pull/798/head
Yamashita, Yuu há 9 anos
committed by GitHub
ascendente
cometimento
0c7d2205ff
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Ver ficheiro

@ -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

Carregando…
Cancelar
Guardar