File: install-bats.sh

package info (click to toggle)
golang-github-colinmarc-hdfs 2.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 3,760 kB
  • sloc: sh: 130; xml: 40; makefile: 31
file content (7 lines) | stat: -rwxr-xr-x 146 bytes parent folder | download
1
2
3
4
5
6
7
set -e

git clone https://github.com/sstephenson/bats
mkdir -p bats/build
bats/install.sh bats/build

echo "$(pwd)/bats/build/bin" >> $GITHUB_PATH