Skip to content

Commit e6a078b

Browse files
author
Matthew Fisher
committed
Merge pull request #3629 from bacongobbler/3628-remove-false-message
fix(contrib): remove message to exporting DEISCTL_TUNNEL
2 parents eae2cfe + 299882f commit e6a078b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

contrib/ec2/provision-ec2-cluster.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ FIRST_INSTANCE=$(aws ec2 describe-instances \
132132
--filters Name=tag:aws:cloudformation:stack-name,Values=$STACK_NAME Name=instance-state-name,Values=running \
133133
--query 'Reservations[].Instances[].[PublicIpAddress]' \
134134
--output text | head -1)
135-
echo_green "Setting DEISCTL_TUNNEL=$FIRST_INSTANCE"
136135
export DEISCTL_TUNNEL=$FIRST_INSTANCE
137136
echo_green "Enabling proxy protocol"
138137

0 commit comments

Comments
 (0)