mirror of
https://github.com/actions/runner-images.git
synced 2025-12-12 20:26:49 +00:00
[ubuntu] Refactor bash functions (#9055)
This commit is contained in:
committed by
GitHub
parent
d16bc5f120
commit
503ae89818
@@ -9,7 +9,7 @@ source $HELPER_SCRIPTS/os.sh
|
||||
source $HELPER_SCRIPTS/install.sh
|
||||
|
||||
REPO_URL="https://repo.mongodb.org/apt/ubuntu"
|
||||
osLabel=$(getOSVersionLabel)
|
||||
osLabel=$(get_os_version_label)
|
||||
toolsetVersion=$(get_toolset_value '.mongodb.version')
|
||||
|
||||
# Install Mongo DB
|
||||
|
||||
Reference in New Issue
Block a user