Comment Out "environment" Section

When I pushed AppVeyor reported:

Error parsing appveyor.yml: "environment" section must be a mapping.
(Line: 7, Column: 13)

I assume this means they cannot be empty.  I had left only commented out
lines in it.
This commit is contained in:
Thomas A. F. Thorne 2019-02-07 09:05:19 +00:00
parent 0c9b509269
commit ad8046c024
No known key found for this signature in database
GPG Key ID: F5CB28A9146B3180
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
##### General Configuiration ##### ##### General Configuiration #####
version: '0.0.{build}' version: '0.0.{build}'
environment: #environment:
# these variables are common to all jobs # these variables are common to all jobs
# common_var1: value1 # common_var1: value1
# common_var2: value2 # common_var2: value2