From 2d5dbf0b537a9c1c2cd48a15b2b34741cfd02d1c Mon Sep 17 00:00:00 2001 From: Daniel Goldberg Date: Mon, 3 Feb 2020 08:47:32 +0200 Subject: [PATCH] Remove unused variables --- deployment_scripts/config | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/deployment_scripts/config b/deployment_scripts/config index fb7a3d5b6..079359355 100644 --- a/deployment_scripts/config +++ b/deployment_scripts/config @@ -18,8 +18,4 @@ WINDOWS_64_BINARY_NAME="monkey-windows-64.exe" TRACEROUTE_64_BINARY_URL="https://github.com/guardicore/monkey/releases/download/1.6/traceroute64" TRACEROUTE_32_BINARY_URL="https://github.com/guardicore/monkey/releases/download/1.6/traceroute32" SAMBACRY_64_BINARY_URL="https://github.com/guardicore/monkey/releases/download/1.6/sc_monkey_runner64.so" -SAMBACRY_32_BINARY_URL="https://github.com/guardicore/monkey/releases/download/1.6/sc_monkey_runner32.so" - -# Mongo url's -MONGO_DEBIAN_URL="https://downloads.mongodb.org/linux/mongodb-linux-x86_64-debian81-latest.tgz" -MONGO_UBUNTU_URL="https://downloads.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1604-latest.tgz" +SAMBACRY_32_BINARY_URL="https://github.com/guardicore/monkey/releases/download/1.6/sc_monkey_runner32.so" \ No newline at end of file