From ef234d5df7954e6d57e22b1acaac4aaa13da2f15 Mon Sep 17 00:00:00 2001 From: Martin/Geno Date: Tue, 26 Feb 2019 12:41:16 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 71a6394..a1bb4c8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,10 @@ image: openwrtorg/packages-cci +variables: + SDK_HOST: "downloads.openwrt.org" + SDK_PATH: "snapshots/targets/ar71xx/generic" + SDK_FILE: "openwrt-sdk-ar71xx-generic_*.Linux-x86_64.tar.xz" + stages: - compile