mirror of
https://github.com/actions/runner-images.git
synced 2025-12-10 11:07:02 +00:00
Inital commit.
This commit is contained in:
12
images/linux/scripts/installers/1604/preparemetadata.sh
Normal file
12
images/linux/scripts/installers/1604/preparemetadata.sh
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/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 1604 Image ($(lsb_release -ds))"
|
||||
WriteItem "The following software is installed on machines in the Hosted Ubuntu 1604 ($IMAGE_VERSION) pool"
|
||||
WriteItem "***"
|
||||
Reference in New Issue
Block a user