Skip to content

Commit

Permalink
fix(tests): replace hard-coded test domain in ec2 script
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Mar 26, 2015
1 parent f5e0de4 commit 2f9381b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bin/test-integration-ec2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ make dev-release

log_phase "Provisioning Deis"

export DEIS_TEST_DOMAIN=$STACK_TAG.deis.works
export DEIS_TEST_DOMAIN=$STACK_TAG.$DEIS_TEST_DOMAIN

# configure platform settings
deisctl config platform set domain=$DEIS_TEST_DOMAIN
Expand Down

0 comments on commit 2f9381b

Please sign in to comment.