Skip to content

ci: diff back-to-back built images #48

ci: diff back-to-back built images

ci: diff back-to-back built images #48

Triggered via pull request February 7, 2024 10:34
@zehazeha
synchronize #250
zeha:b2b
Status Success
Total duration 19s
Artifacts

pr-review.yml

on: pull_request
shellcheck grml-debootstrap
9s
shellcheck grml-debootstrap
shellcheck test scripts
8s
shellcheck test scripts
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 6 warnings
shellcheck test scripts: tests/b2b-known-differences#L1
[shellcheck] reported by reviewdog 🐶 Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive. [SC2148](https://github.com/koalaman/shellcheck/wiki/SC2148) Raw Output: tests/b2b-known-differences:1:1:error:Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive. [SC2148](https://github.com/koalaman/shellcheck/wiki/SC2148)
shellcheck test scripts: tests/docker-test-b2b.sh#L30
[shellcheck (suggestion)] reported by reviewdog 🐶 Raw Output: tests/docker-test-b2b.sh:30:- rm -rfv "$MNTDIR1"$pattern "$MNTDIR2"$pattern tests/docker-test-b2b.sh:30:+ rm -rfv "$MNTDIR1""$pattern" "$MNTDIR2""$pattern"
shellcheck test scripts: tests/docker-test-b2b.sh#L30
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086) Raw Output: tests/docker-test-b2b.sh:30:23:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
shellcheck test scripts: tests/docker-test-b2b.sh#L30
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086) Raw Output: tests/docker-test-b2b.sh:30:42:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
shellcheck test scripts: tests/b2b-known-differences#L2
[shellcheck] reported by reviewdog 🐶 This is a glob used as a command name. Was it supposed to be in ${..}, array, or is it missing quoting? [SC2211](https://github.com/koalaman/shellcheck/wiki/SC2211) Raw Output: tests/b2b-known-differences:2:1:warning:This is a glob used as a command name. Was it supposed to be in ${..}, array, or is it missing quoting? [SC2211](https://github.com/koalaman/shellcheck/wiki/SC2211)
shellcheck test scripts: tests/b2b-known-differences#L15
[shellcheck] reported by reviewdog 🐶 This is a glob used as a command name. Was it supposed to be in ${..}, array, or is it missing quoting? [SC2211](https://github.com/koalaman/shellcheck/wiki/SC2211) Raw Output: tests/b2b-known-differences:15:1:warning:This is a glob used as a command name. Was it supposed to be in ${..}, array, or is it missing quoting? [SC2211](https://github.com/koalaman/shellcheck/wiki/SC2211)
shellcheck test scripts: tests/b2b-known-differences#L19
[shellcheck] reported by reviewdog 🐶 This is a glob used as a command name. Was it supposed to be in ${..}, array, or is it missing quoting? [SC2211](https://github.com/koalaman/shellcheck/wiki/SC2211) Raw Output: tests/b2b-known-differences:19:1:warning:This is a glob used as a command name. Was it supposed to be in ${..}, array, or is it missing quoting? [SC2211](https://github.com/koalaman/shellcheck/wiki/SC2211)
shellcheck test scripts: tests/b2b-known-differences#L21
[shellcheck] reported by reviewdog 🐶 This is a glob used as a command name. Was it supposed to be in ${..}, array, or is it missing quoting? [SC2211](https://github.com/koalaman/shellcheck/wiki/SC2211) Raw Output: tests/b2b-known-differences:21:1:warning:This is a glob used as a command name. Was it supposed to be in ${..}, array, or is it missing quoting? [SC2211](https://github.com/koalaman/shellcheck/wiki/SC2211)