mirror of
https://github.com/actions/runner-images.git
synced 2025-12-10 02:46:51 +00:00
13 lines
525 B
Bash
13 lines
525 B
Bash
#!/bin/bash
|
|
################################################################################
|
|
## File: preparemetadata.sh
|
|
## Desc: This script adds a image title information to the metadata
|
|
## document
|
|
################################################################################
|
|
|
|
source $HELPER_SCRIPTS/document.sh
|
|
|
|
AddTitle "Hosted Ubuntu 1804 Image ($(lsb_release -ds))"
|
|
WriteItem "The following software is installed on machines in the Hosted Ubuntu 1804 (v$IMAGE_VERSION) pool"
|
|
WriteItem "***"
|