From 9071c9be0edac8b6771f1ad944800e11eee6a28e Mon Sep 17 00:00:00 2001 From: Ugljesa Jovanovic Date: Tue, 23 Feb 2021 23:30:03 +0100 Subject: [PATCH] remove android_sdk, we need to set it directly in the runners --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1032c51..a39f58f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,6 @@ workflow: variables: GIT_SUBMODULE_STRATEGY: recursive CHROME_BIN: "chromium" - ANDROID_SDK_ROOT: "/android-sdk" simpleCheck: stage: prepare