-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TeamCity: Add docs about testing feature branches (#11131)
- Loading branch information
1 parent
5a00cc9
commit 69c43d9
Showing
2 changed files
with
76 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
.../third_party/terraform/.teamcity/components/projects/feature_branches/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
## Feature Branch Folder | ||
|
||
This folder is meant for testing of new features in teamcity. | ||
This folder is meant for testing of new features in TeamCity. | ||
|
||
See the [Contribution Guide](../../../CONTRIBUTION_GUIDE.md) for information about feature branch testing. | ||
|
||
For example, this [PR](https://github.com/GoogleCloudPlatform/magic-modules/pull/10088) creates a project within teamcity for testing provider functions. |