You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get an error using a list in the .ymlv file. The error is as follows:
13:41:36.862 [info] Reading config file "/bitbucket-config/bitbucket.config".
escript: exception error: no functionclause matching bec_yml:to_mustache([<<"admin_group">>]) (/home/jenkins/agent/workspace/tools-bec_3.2.0/src/bec_yml.erl, line 33)
infunctionbitbucket_repo_config:'-read_vars/1-fun-1-'/3 (/home/jenkins/agent/workspace/tools-bec_3.2.0/src/bitbucket_repo_config.erl, line 53)
in call from maps:fold_1/3 (maps.erl, line 257)
in call from lists:map/2 (lists.erl, line 1239)
in call from bitbucket_repo_config:verify/2 (/home/jenkins/agent/workspace/tools-bec_3.2.0/src/bitbucket_repo_config.erl, line 25)
in call from bec:do_main/1 (/home/jenkins/agent/workspace/tools-bec_3.2.0/src/bec.erl, line 40)
Current Behavior
I get an error using a list in the
.ymlv
file. The error is as follows:Steps to Reproduce
config.ymlt
andconfig.ymlv
:config.ymlt
config.ymlv:
bec
.Context
Tested on the docker with the current master state.
Tested with mustache directly I get the expected output:
The text was updated successfully, but these errors were encountered: