Closed jbants closed 3 years ago
Why does it try to run publish_schemas here?
I'm not sure. This should capture only tagged versions, correct?
- publish_schemas:
filters:
tags:
only: /^v.*/
branches:
ignore: /^((?!dev).)*$/
https://github.com/radiantearth/stac-spec/blob/dev/.circleci/config.yml#L48-L53
Tagged versions and dev. Anyway, it's just dev, so we may not even want to care?
Why is this failing validation? I don't remember 'publish_schemas'...
I'm guessing here, but since I made the PR from my repo instead of the stac-spec repo, my creds (jbants) are not authorized to publish. The error below is what i'm basing this off of.
ProcessError: ERROR: The key you are authenticating with has been marked as read only.
fatal: Could not read from remote repository.
But, like Matthias said, this is for dev.
Related Issue(s): #1130
Proposed Changes:
PR Checklist: