From bda873d0e07489b4e94955c1df9d5f5f2b015f25 Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Fri, 18 Oct 2019 16:55:07 +0800 Subject: [PATCH] circleci: Use 19.07 snapshot SDK Signed-off-by: Jeffery To --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b0ff47fedc..9277cf9481 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,8 +5,8 @@ jobs: - image: docker.io/openwrtorg/packages-cci:v1.0.5 environment: - SDK_HOST: "downloads.openwrt.org" - - SDK_PATH: "snapshots/targets/ath79/generic" - - SDK_FILE: "openwrt-sdk-ath79-generic_*.Linux-x86_64.tar.xz" + - SDK_PATH: "releases/19.07-SNAPSHOT/targets/ath79/generic" + - SDK_FILE: "openwrt-sdk-19.07-SNAPSHOT-ath79-generic_*.Linux-x86_64.tar.xz" - BRANCH: "openwrt-19.07" steps: - checkout: -- 2.30.2