CircleCI: Change BRANCH to "openwrt-19.07"
This still uses the snapshot SDK, but should allow CI to continue. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
parent
cb0d4d8558
commit
b14b593533
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ jobs:
|
|||
- SDK_HOST: "downloads.openwrt.org"
|
||||
- SDK_PATH: "snapshots/targets/ath79/generic"
|
||||
- SDK_FILE: "openwrt-sdk-ath79-generic_*.Linux-x86_64.tar.xz"
|
||||
- BRANCH: "master"
|
||||
- BRANCH: "openwrt-19.07"
|
||||
steps:
|
||||
- checkout:
|
||||
path: ~/openwrt_packages
|
||||
|
|
Loading…
Reference in a new issue