Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Aug 14, 2024
1 parent baa7c54 commit b69160b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,12 @@ jobs:
- name: debug failure
if: ${{ failure() }}
run: |
cat ${installer_installation_log}/installbuilder_installer.log
cat /tmp/lucee/tomcat/logs/catalina.out
#cat /tmp/lucee/install.log
ls -l /tmp
cd /tmp/lucee
ls -lR
cat /tmp/lucee/install.log
cat /tmp/lucee/tomcat/logs/catalina.out
#cat /tmp/lucee/tomcat/lucee-server/context/logs/out.log
#cat /tmp/lucee/tomcat/lucee-server/context/logs/err.log
#cat /tmp/lucee/tomcat/logs/catalina.out
Expand Down

0 comments on commit b69160b

Please sign in to comment.