From a10ed67087d683bd454278b7454bbb3825221b5c Mon Sep 17 00:00:00 2001 From: Nikita Bykov Date: Wed, 26 Feb 2020 11:16:49 +0300 Subject: [PATCH] Fixed script for linux and updated ubuntu1804.json file --- images/linux/scripts/installers/bazel.sh | 1 - images/linux/ubuntu1804.json | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/images/linux/scripts/installers/bazel.sh b/images/linux/scripts/installers/bazel.sh index 718557453..a3bc027e2 100644 --- a/images/linux/scripts/installers/bazel.sh +++ b/images/linux/scripts/installers/bazel.sh @@ -8,7 +8,6 @@ source $HELPER_SCRIPTS/document.sh # Install bazel -apt-get update -y apt-get install -y bazel # Run tests to determine that the software installed as expected diff --git a/images/linux/ubuntu1804.json b/images/linux/ubuntu1804.json index 3c7ce3279..a75a92b2c 100644 --- a/images/linux/ubuntu1804.json +++ b/images/linux/ubuntu1804.json @@ -126,6 +126,7 @@ "{{template_dir}}/scripts/installers/azcopy.sh", "{{template_dir}}/scripts/installers/azure-cli.sh", "{{template_dir}}/scripts/installers/azure-devops-cli.sh", + "{{template_dir}}/scripts/installers/bazel.sh", "{{template_dir}}/scripts/installers/1804/basic.sh", "{{template_dir}}/scripts/installers/aws.sh", "{{template_dir}}/scripts/installers/build-essential.sh",