Skip to content
Snippets Groups Projects

Store revocation file with 600 permission (#481). Fix CI. Set endpoint options as mutually exclusives

Merged Moul requested to merge 481_revocation_600 into main
1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
+ 4
0
@@ -14,19 +14,23 @@ image: $DOCKER_IMAGE/$PYTHON_VERSION:latest
rules:
- changes:
- "**.py"
- "**/*.py"
- .pre-commit-config.yaml
.doc_changes:
rules:
- changes:
- "**.py"
- "**/*.py"
- "**.md"
- "**/*.md"
- .pre-commit-config.yaml
.changes:
rules:
- changes:
- "**.py"
- "**/*.py"
- .gitlab-ci.yml
- pyproject.toml
Loading