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 6fa3d40 commit 48597e4Copy full SHA for 48597e4
1 file changed
.github/workflows/build-lxd.yml
@@ -159,6 +159,7 @@ jobs:
159
env:
160
USE_INCUS: "${{ needs.determine-runner.outputs.lxc_cmd == 'incus' && 'yes' || 'no' }}"
161
run: |
162
+ set -x
163
export CI
164
LXD_EXTRA_PROFILE="$LXD_EXTRA_PROFILE" BRANCH="${VERSION##refs/heads/}" ./build/build-LXD.sh
165
- name: Pack LXD image
@@ -275,7 +276,7 @@ jobs:
275
276
tail -n 20 geckodriver.log >&2 || true
277
echo "================"
278
echo "ncp.log: "
- 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
280
281
echo "nextcloud log: "
282
datadir="$(sudo "$LXC" exec ncp -- ncc config:system:get datadirectory)"
0 commit comments