summaryrefslogtreecommitdiff
path: root/evergreen/fcv_test_git_tag.sh
blob: aff686e4e82b9a65c1089b438aa50f3ce474d2be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

# For FCV testing only.
# Tag the local branch with the new tag before running tests.

set -o errexit
set -o verbose

cd src
git config user.name "Evergreen patch build"
git config user.email "evergreen@mongodb.com"
git tag -a r5.1.0-alpha -m 5.1.0-alpha
git describe