Skip to content

Commit

Permalink
Move cpu before docker
Browse files Browse the repository at this point in the history
From review, less likely to change hopefully
  • Loading branch information
tfoote authored Sep 28, 2023
1 parent 3bfb944 commit a0e677b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
@(SNIPPET(
'builder_shell',
script='\n'.join([
'echo "# BEGIN SECTION: cpu info"',
'lscpu',
'echo "# END SECTION"',
'echo "# BEGIN SECTION: docker version"',
'docker version',
'echo "# END SECTION"',
'echo "# BEGIN SECTION: docker info"',
'docker info',
'echo "# END SECTION"',
'echo "# BEGIN SECTION: cpu info"',
'lscpu',
'echo "# END SECTION"',
]),
))@

0 comments on commit a0e677b

Please sign in to comment.