aboutsummaryrefslogtreecommitdiffstats
path: root/priv/buildkite-post-checkout-hook
blob: 6e9646b8b2b6231d96d72ca7cd5b6e62aa577e06 (plain) (blame)
1
2
3
4
5
6
7
#!/bin/bash

set -e

# Ensure we are getting the branches and tags should some
# tests rely on them. For example release upgrade test suites.
git fetch -v origin +refs/heads/\*:refs/remotes/origin/\* +refs/tags/\*:refs/tags/\*