Fixed script

This commit is contained in:
Nikita Bykov
2020-02-27 11:23:42 +03:00
parent a10ed67087
commit fd86f55d9f

View File

@@ -8,6 +8,9 @@
source $HELPER_SCRIPTS/document.sh
# Install bazel
curl https://bazel.build/bazel-release.pub.gpg | sudo apt-key add -
echo "deb [arch=amd64] https://storage.googleapis.com/bazel-apt stable jdk1.8" | sudo tee /etc/apt/sources.list.d/bazel.list
apt-get update -y
apt-get install -y bazel
# Run tests to determine that the software installed as expected