We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af75b27 commit 0081be1Copy full SHA for 0081be1
.utility/deploy-travis-wrapper.sh
@@ -4,7 +4,7 @@
4
5
# output every 9 min to prevent a Travis timeout
6
PID=$!
7
-while [[ `ps -p $PID | tail -n +2` ]]; do
+while [[ $(ps -p $PID | tail -n +2) ]]; do
8
echo 'Deploying...'
9
sleep 540
10
done
0 commit comments