Update .gitlab-ci.yml
This commit is contained in:
parent
babcc4a6f5
commit
ef234d5df7
|
@ -1,5 +1,10 @@
|
||||||
image: openwrtorg/packages-cci
|
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:
|
stages:
|
||||||
- compile
|
- compile
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue