Skip to content

Commit

Permalink
fix: update dev subdomain:IN-1370 (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
edison-vflow authored Nov 1, 2024
1 parent 09da52a commit 1fabaab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/jobs/smoke/run-smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ steps:
if [ ! -z "<< parameters.target-url >>" ]; then
echo 'export CREATOR_APP_URL=<< parameters.target-url >>' >> $BASH_ENV
elif [ -f << parameters.env-name-path >> ] && [ "$(cat << parameters.env-name-path >>)" != "null" ]; then
echo 'export CREATOR_APP_URL=https://creator-$(cat << parameters.env-name-path >>).br.development.voiceflow.com' >> $BASH_ENV
echo 'export CREATOR_APP_URL=https://creator-$(cat << parameters.env-name-path >>).br-2.development.voiceflow.com' >> $BASH_ENV
else
echo 'export CREATOR_APP_URL=https://creator-<< parameters.e2e-env-name >>.br.development.voiceflow.com' >> $BASH_ENV
echo 'export CREATOR_APP_URL=https://creator-<< parameters.e2e-env-name >>.br-2.development.voiceflow.com' >> $BASH_ENV
fi
shell: /bin/bash
- run:
Expand Down

0 comments on commit 1fabaab

Please sign in to comment.