Skip to content
This repository was archived by the owner on May 25, 2021. It is now read-only.

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rafanog authored Jul 11, 2018
1 parent 703813c commit 53b6aa0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ defaults: &defaults
- run:
name: Prepare environment variables
command: |
cd $AUTH0_CFG
mv .env.example .env
sed -i 's|{DOMAIN}|'$auth0_domain'|g' .env
sed -i 's|{API_IDENTIFIER}|'$api_identifier'|g' .env
cd $AUTH0_CFG/src/main/resources
mv auth0.properties.example auth0.properties
sed -i 's|{DOMAIN}|'$auth0_domain'|g' auth0.properties
sed -i 's|{API_IDENTIFIER}|'$api_identifier'|g' auth0.properties
- run:
name: Background Server
command: cd $AUTH0_CFG && sh exec.sh
Expand Down Expand Up @@ -54,19 +54,19 @@ jobs:
paths:
- project
- test
01-Authorization-RS256:
01-Authorization:
machine: true
environment:
- AUTH0_CFG: 01-Authorization-RS256
- SAMPLE_PATH: 01-Authorization-RS256
- AUTH0_CFG: 01-Authorization
- SAMPLE_PATH: 01-Authorization
<<: *defaults
workflows:
version: 2
API-Tests:
jobs:
- checkout:
context: Quickstart API Tests
- 01-Authorization-RS256:
- 01-Authorization:
context: Quickstart API Tests
requires:
- checkout

0 comments on commit 53b6aa0

Please sign in to comment.