prepare-enterprise.sh 240 B

1234567891011121314
  1. #!/bin/bash
  2. cd ..
  3. if [ -z "$CIRCLE_TAG" ]; then
  4. _target="master"
  5. else
  6. _target="$CIRCLE_TAG"
  7. fi
  8. git clone -b "$_target" --single-branch git@github.com:grafana/grafana-enterprise.git --depth 1
  9. cd grafana-enterprise || exit
  10. ./build.sh