Details
-
Bug
-
Status: Resolved
-
Major - P3
-
Resolution: Fixed
-
None
Description
${branch_name} should expand out to the git branch name, but instead it's the same as the ${project} expansion.
func populateExpansions(d *distro.Distro, bv *BuildVariant, t *task.Task) *command.Expansions {
|
expansions := command.NewExpansions(map[string]string{})
|
...
|
expansions.Put("project", t.Project)
|
expansions.Put("branch_name", t.Project)
|
...
|
}
|
Attachments
Issue Links
- is depended on by
-
SERVER-27126 Remove reference to mongodb-mongo-master Evergreen project in burn_in_tests.py script
-
- Closed
-