summaryrefslogtreecommitdiff
path: root/.gitlab-ci/show-execution-environment.sh
Commit message (Collapse)AuthorAgeFilesLines
* ci: Include details of machine ID in CI outputPhilip Withnall2021-03-011-0/+2
| | | | | | | | | Include the size of the `machine-id` file, but not the value itself as that is sensitive for non-throwaway machines. What’s most useful for debugging CI problems is knowing whether, and where, the `machine-id` is set. Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
* CI: Show execution environment before we startSimon McVittie2020-03-041-0/+11
This will help to debug CI issues that are related to us running in a container that might have unusual capabilities, mount points, filesystems etc., such as (probably) #2027, #2028, #2029. Signed-off-by: Simon McVittie <smcv@collabora.com>