Skip to content

Commit

Permalink
ci: fix release pipeline (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
zepatrik committed Apr 6, 2021
1 parent 54c3b37 commit 78ca475
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2,119 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ version: 2.1

orbs:
sdk: ory/sdk@0.1.41
changelog: ory/changelog@0.1.8
goreleaser: ory/goreleaser@0.1.28
changelog: ory/changelog@0.1.10
goreleaser: ory/goreleaser@0.1.31
slack: circleci/slack@3.4.2
nancy: ory/nancy@0.0.17
docs: ory/docs@0.0.11
Expand Down Expand Up @@ -164,6 +164,7 @@ workflows:
- goreleaser/render-version-schema:
requires:
- goreleaser/release
schema-path: internal/driver/config/config.schema.json
filters:
tags:
only: /.*/
Expand Down
4 changes: 0 additions & 4 deletions docs/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ module.exports = {
projectTagLine:
'A cloud native access control server providing best-practice patterns (RBAC, ABAC, ACL, AWS IAM Policies, Kubernetes Roles, ...) via REST APIs.',
updateTags: [
{
image: 'oryd/keto',
files: ['docs/docs/configure-deploy.md']
},
replaceInDir({
replacer: ({ content, next }) =>
content.replace(
Expand Down

0 comments on commit 78ca475

Please sign in to comment.