Skip to content

scripts/auto-bootstraps/dobootstrap: shellcheck #246

scripts/auto-bootstraps/dobootstrap: shellcheck

scripts/auto-bootstraps/dobootstrap: shellcheck #246

Triggered via push March 28, 2024 16:12
Status Failure
Total duration 20s
Artifacts

scripts.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build: scripts/rsync-generation/mksnapshot.sh#L17
Use 'find .. -print0 | xargs -0 ..' or 'find .. -exec .. +' to allow non-alphanumeric filenames.
build: scripts/rsync-generation/mksnapshot.sh#L34
Use 'popd ... || exit' or 'popd ... || return' in case popd fails.
build: scripts/rsync-generation/mksnapshot.sh#L43
Use 'popd ... || exit' or 'popd ... || return' in case popd fails.
build: scripts/bootstrap-prefix.sh#L89
Use 'pushd ... || exit' or 'pushd ... || return' in case pushd fails.
build: scripts/bootstrap-prefix.sh#L110
Use 'popd ... || exit' or 'popd ... || return' in case popd fails.
build: scripts/bootstrap-prefix.sh#L208
Declare and assign separately to avoid masking return values.