Skip to content

Commit

Permalink
Update system-info.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar authored Jan 21, 2025
1 parent 3f5f038 commit e981d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/system-info.sh
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ if docker --version >/dev/null 2>&1 ; then
docker ps >/dev/null 2>&1 || true
if docker ps >/dev/null 2>&1 ; then
DOCKER="docker"
[ -e /var/crash ] && (docker run -u 0:0 -v /var/crash:/tmp/crash --rm -w /tmp alpine:3.16.2 sh -c 'rm -rf /tmp/crash/*' || true)
([ -e /var/crash ] && docker run -u 0:0 -v /var/crash:/tmp/crash --rm -w /tmp alpine:3.16.2 sh -c 'rm -rf /tmp/crash/*') || true
if [ -e $HOME/.docker/config.json ] ; then
SLAVE_LABELS="${SLAVE_LABELS} docker-build"
fi
Expand Down

0 comments on commit e981d12

Please sign in to comment.