소스 검색

Shallow clone bats in makefile

pull/797/head
Peter Dave Hello 7 년 전
committed by GitHub
부모
커밋
134d38fc53
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile 파일 보기

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

불러오는 중...
취소
저장