Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Feb 14, 2024
1 parent 2472a86 commit b1d0b8f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/eventbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "2.5-evo"
- "dev-release"
- "release"
- "experiments"
- "debug"
jobs:
build:

Expand Down
4 changes: 4 additions & 0 deletions stages/02-Packages/00-run-chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@

set -e

ls -a /
ls -a /conf
ls -a /config
exit 1

echo "debug"
ls -l --block-size=M /opt/additionalFiles/
Expand Down

0 comments on commit b1d0b8f

Please sign in to comment.