Skip to content

Commit 6d059dc

Browse files
committed
chore(ci): try to find where tput has gone
1 parent 8a2fa5e commit 6d059dc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.drone.star

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2120,7 +2120,9 @@ def vendorbinBehat():
21202120
# install the "tput" utility, which is in ncurses-bin.
21212121
# "tput" is used by the tests/acceptance/run.sh script
21222122
# to manage format and color of test log output
2123+
"ls -l /usr/bin/t*"
21232124
"apt-get install -y ncurses-bin",
2125+
"ls -l /usr/bin/tput"
21242126
"make vendor-bin-behat",
21252127
],
21262128
}]

0 commit comments

Comments
 (0)