Update .gitlab-ci.yml
This commit is contained in:
parent
ef234d5df7
commit
9ef59fbbc2
|
@ -17,10 +17,10 @@ compile:
|
|||
- rsync -av "$SDK_HOST::downloads/$SDK_PATH/$SDK_FILE" ~/sdk/
|
||||
- tar Jxf ~/sdk/$SDK_FILE --strip=1
|
||||
- echo "==== run feed ===="
|
||||
- cat > feeds.conf <<EOF
|
||||
- echo
|
||||
src-git base https://github.com/openwrt/openwrt.git;master
|
||||
src-link wifictld /builds/$CI_PROJECT_PATH
|
||||
EOF
|
||||
> feeds.conf
|
||||
- cat feeds.conf
|
||||
- ./scripts/feeds update -a > /dev/null
|
||||
- ./scripts/feeds install -a > /dev/null
|
||||
|
|
Loading…
Reference in New Issue