Skip to content

Commit 2bd3293

Browse files
authored
Update config.yml
1 parent 765039a commit 2bd3293

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)