mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-04 00:08:46 +00:00
Small refactor to disable-autoplan
This commit is contained in:
@@ -94,7 +94,7 @@ var testFlags = map[string]interface{}{
|
||||
TFETokenFlag: "my-token",
|
||||
VCSStatusName: "my-status",
|
||||
WriteGitCredsFlag: true,
|
||||
DisableAutoplanFlag: false,
|
||||
DisableAutoplanFlag: true,
|
||||
}
|
||||
|
||||
func TestExecute_Defaults(t *testing.T) {
|
||||
|
||||
@@ -214,7 +214,6 @@ Values are chosen in this order:
|
||||
```
|
||||
Disable atlantis auto planning
|
||||
|
||||
|
||||
* ### `--gh-hostname`
|
||||
```bash
|
||||
atlantis server --gh-hostname="my.github.enterprise.com"
|
||||
|
||||
Reference in New Issue
Block a user