summaryrefslogtreecommitdiff
path: root/.gitlab-ci/show-execution-environment.sh
blob: 5075f97300aa19fe463c91737dd99df980041bde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

set -eux -o pipefail

id || :
capsh --print || :
env -0 | sort -z | perl -pe 's/\0/\n/g' || :
setpriv --dump || :
ulimit -a || :
cat /proc/self/status || :
cat /proc/self/mountinfo || :
stat /etc/machine-id || :
stat /var/lib/dbus/machine-id || :