Codebase list ruby-gitlab / debian/4.17.0-1 bin / setup
debian/4.17.0-1

Tree @debian/4.17.0-1 (Download .tar.gz)

setup @debian/4.17.0-1raw · history · blame

1
2
3
4
5
6
#!/bin/bash
set -euo pipefail
IFS=$'\n\t'

bundle install &&
  echo 'NOTE: You may need to set GITLAB_API_ENDPOINT and GITLAB_API_PRIVATE_TOKEN environment variables.'