Skip to content

Commit 48597e4

Browse files
committed
Add debug output
1 parent 6fa3d40 commit 48597e4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-lxd.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ jobs:
159159
env:
160160
USE_INCUS: "${{ needs.determine-runner.outputs.lxc_cmd == 'incus' && 'yes' || 'no' }}"
161161
run: |
162+
set -x
162163
export CI
163164
LXD_EXTRA_PROFILE="$LXD_EXTRA_PROFILE" BRANCH="${VERSION##refs/heads/}" ./build/build-LXD.sh
164165
- name: Pack LXD image
@@ -275,7 +276,7 @@ jobs:
275276
tail -n 20 geckodriver.log >&2 || true
276277
echo "================"
277278
echo "ncp.log: "
278-
sudo "$LXC" exec ncp -- bash -c "tail -n500 /var/log/ncp.log" || true
279+
sudo "$LXC" exec ncp -- bash -c "cat /var/log/ncp.log" || true
279280
echo "================"
280281
echo "nextcloud log: "
281282
datadir="$(sudo "$LXC" exec ncp -- ncc config:system:get datadirectory)"

0 commit comments

Comments
 (0)