Skip to content

Commit f101465

Browse files
authored
Merge pull request #33 from rafanog/master
Correct current CircleCI build
2 parents 765039a + 09c0c3c commit f101465

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ defaults: &defaults
88
command: |
99
cd $AUTH0_CFG
1010
mv .env.example .env
11-
sed -i 's/{DOMAIN}/'$auth0_domain'/g' .env
12-
sed -i 's/{API_IDENTIFIER}/'$api_identifier'/g' .env
11+
sed -i 's|{DOMAIN}|'$auth0_domain'|g' .env
12+
sed -i 's|{API_IDENTIFIER}|'$api_identifier'|g' .env
1313
- run:
1414
name: Background Server
1515
command: cd $AUTH0_CFG && sh exec.sh

0 commit comments

Comments
 (0)