We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a05df1a commit 1333fddCopy full SHA for 1333fdd
pr-deploy.sh
@@ -98,11 +98,11 @@ echo "Start SSH session..."
98
# else
99
nohup ssh -tt -o StrictHostKeyChecking=no -R 80:localhost:$FREE_PORT ssh.localhost.run > localhost_run_output.log 2>&1 &
100
sleep 30
101
- if grep -q "Connect to" localhost_run_output.log; then
+ # if grep -q "Connect to" localhost_run_output.log; then
102
DEPLOYED_URL=$(grep "tunneled with tls termination" localhost_run_output.log | awk '{print $NF}')
103
- else
104
- DEPLOYED_URL=""
105
- fi
+ # else
+ # DEPLOYED_URL=""
+ # fi
106
# fi
107
108
0 commit comments