mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-01 16:04:19 +00:00
Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
@ -483,3 +483,11 @@ function define_trigger_branch_in_build_env() {
|
||||
echo "TRIGGER_BRANCH=${TRIGGER_BRANCH}" >> $BUILD_ENV
|
||||
fi
|
||||
}
|
||||
|
||||
function log_disk_usage() {
|
||||
echo -e "df -h"
|
||||
df -h
|
||||
|
||||
echo -e "\n\nls -lhS tmp"
|
||||
ls -lhS tmp
|
||||
}
|
||||
|
Reference in New Issue
Block a user