Remove reference to the deprecated :scm variable (#2111)

The :scm variable was deprecated in v3.7
This commit is contained in:
Eric Londaits 2022-08-01 11:08:39 -03:00 committed by GitHub
parent cc4f31fdfc
commit 15104dc4bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -57,11 +57,6 @@ The following variables are settable:
* The path on the remote server where the application should be deployed.
* If application contains whitespace or such this path might be invalid. See Structure for the exact directories used.
* `:scm`
* **default:** `:git`
* The Source Control Management used.
* Currently :git, :hg and :svn are supported. Plugins might add additional ones.
* `:repo_url`
* URL to the repository.
* Must be a valid URL for the used SCM.