Codebase list ruby-gitlab / scrub-obsolete/main bin / setup
scrub-obsolete/main

Tree @scrub-obsolete/main (Download .tar.gz)

setup @scrub-obsolete/mainraw · 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.'