NYULibraries / primo-explore-views

A consolidated monorepo of NYU Consortium views
MIT License
2 stars 1 forks source link

Clear YAML syntax/parsing error in .circleci/config.yml [2nd attempt] #431

Closed da70 closed 10 months ago

da70 commented 10 months ago

Second attempt of .circleci/config.yml: clear "YAMLParseError: Map keys must be unique" errors for circleci-scripts, and for YAML parsing in general.

CircleCI and its circleci config validate command are lenient and don't error out when there is a unique map keys violation. This correction is for the circleci-scripts work in progress, and currently it's scraping HEAD commits, so need to merge this into master before can determine whether it's a problem. (If this doesn't work, set up a minimum reproducible case)