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 dfc0a00 commit 54dadb1Copy full SHA for 54dadb1
thingsboard.yaml
@@ -154,7 +154,7 @@ subpackages:
154
runs: |
155
cd /usr/share/thingsboard/bin/
156
unzip thingsboard.jar
157
- ls BOOT-INF/usr/lib/ | grep -q "tomcat-embed-core" || { echo "tomcat-embed-core not found"; exit 1; }
+ ls BOOT-INF/lib/ | grep -q "tomcat-embed-core" || { echo "tomcat-embed-core not found"; exit 1; }
158
- name: Test server logs
159
uses: test/daemon-check-output
160
with:
0 commit comments