Skip to content

Commit 6abc70b

Browse files
committed
test
1 parent 6548653 commit 6abc70b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples/events/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ lando what-service --service web2 | grep web | wc -l | grep 2
4949
lando multi-pass
5050

5151
# Should run on rebuild without failing and trigger pre-rebuild event
52-
lando rebuild -y | grep "ET TU, BRUT"
52+
lando rebuild -y -vvv | grep "ET TU, BRUT"
5353
lando ssh -s web -c "cat /app/test/web-pre-rebuild.txt | grep rebuilding"
5454
lando ssh -s l337 -c "cat /app/test/l337-pre-rebuild.txt | grep rebuilding"
5555
lando exec web2 -- cat /app/test/web2-pre-rebuild.txt | grep rebuilding

scripts/check-entrypoint-ran.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ retry=16
77

88
until [ "$attempt" -ge "$retry" ]
99
do
10+
ls -la /tmp
1011
test -f "/tmp/lando-entrypoint-ran" && break
1112
attempt=$((attempt+1))
1213
sleep "$delay"

0 commit comments

Comments
 (0)