Skip to content

Commit

Permalink
fix circle-CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vzakharchenko authored and vzakharchenko committed Jul 7, 2021
1 parent 65f54b8 commit b25ad56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 26 deletions.
26 changes: 1 addition & 25 deletions .circleci/config.yml
Expand Up @@ -12,7 +12,7 @@ jobs:

- run:
name: build source
command: npm i && cd keycloak-cloudfront-dynamodb && npm i
command: npm i
- run:
name: lint
command: npm run lint
Expand Down Expand Up @@ -42,30 +42,6 @@ jobs:
- run:
name: lint example/keycloak-authorizer ui
command: cd example/keycloak-authorizer/ui && npm run lint
- run:
name: build example/keycloak-cloudfront cloudfront-cdk
command: cd example/keycloak-cloudfront/keycloak-cloudfront-cdk && npm i
- run:
name: build example/keycloak-cloudfront lambda-edge-example
command: cd example/keycloak-cloudfront/lambda-edge-example && npm i && npm run build
- run:
name: build example/keycloak-cloudfront cloudfront
command: cd example/keycloak-cloudfront && npm i && npm run build
- run:
name: lint example/keycloak-cloudfront cloudfront
command: cd example/keycloak-cloudfront && npm run lint
- run:
name: build example/keycloak-cloudfront-portal cloudfront-cdk
command: cd example/keycloak-cloudfront-portal/keycloak-cloudfront-cdk && npm i
- run:
name: build example/keycloak-cloudfront-portal lambda-edge-example
command: cd example/keycloak-cloudfront-portal/lambda-edge-example && npm i && npm run build
- run:
name: build example/keycloak-cloudfront-portal cloudfront
command: cd example/keycloak-cloudfront-portal && npm i && npm run build
- run:
name: lint example/keycloak-cloudfront-portal cloudfront
command: cd example/keycloak-cloudfront-portal && npm run lint
- run:
name: lint example/chain-service-calls/frontend
command: cd example/chain-service-calls/frontend && npm i && npm run lint
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "keycloak-lambda-authorizer",
"version": "0.5.2",
"version": "0.6.0",
"description": "Keycloak Cloud Adapter",
"main": "index.js",
"homepage": "https://github.com/vzakharchenko/keycloak-lambda-authorizer",
Expand Down

0 comments on commit b25ad56

Please sign in to comment.