Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #3380 from mboersma/ec2-test-domain-var
Browse files Browse the repository at this point in the history
fix(tests): replace hard-coded test domain in ec2 script
  • Loading branch information
mboersma committed Mar 26, 2015
2 parents 6a235ad + 2f9381b commit 778a0e1
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 778a0e1

Please sign in to comment.