Codebase list ruby-gitlab / upstream/4.17.0+git20201231.3df8f13 bin / setup
upstream/4.17.0+git20201231.3df8f13

Tree @upstream/4.17.0+git20201231.3df8f13 (Download .tar.gz)

setup @upstream/4.17.0+git20201231.3df8f13raw · 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.'