Skip to content

Commit

Permalink
Revert "[hotfix][ci] Always print environment information"
Browse files Browse the repository at this point in the history
This reverts commit f5819ce.
  • Loading branch information
zentol committed Feb 11, 2022
1 parent 056dd0f commit 5124eb9
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions tools/ci/maven-utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,19 +111,3 @@ MVN_GLOBAL_OPTIONS_WITHOUT_MIRROR+="$PROFILE "
export MVN_GLOBAL_OPTIONS="${MVN_GLOBAL_OPTIONS_WITHOUT_MIRROR} "
# use google mirror everywhere
MVN_GLOBAL_OPTIONS+="--settings $MAVEN_MIRROR_CONFIG_FILE ${NPM_PROXY_PROFILE_ACTIVATION} "

print_system_info() {
echo "CPU information"
lscpu

echo "Memory information"
cat /proc/meminfo

echo "Disk information"
df -hH

echo "Running build as"
whoami
}

print_system_info

0 comments on commit 5124eb9

Please sign in to comment.