File: setup

package info (click to toggle)
ruby-grape-logging 1.8.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 240 kB
  • sloc: ruby: 844; makefile: 6; sh: 3
file content (7 lines) | stat: -rw-r--r-- 115 bytes parent folder | download | duplicates (48)
1
2
3
4
5
6
7
#!/bin/bash
set -euo pipefail
IFS=$'\n\t'

bundle install

# Do any other automated setup that you need to do here