Update .gitlab-ci.yml

This commit is contained in:
Martin/Geno 2019-02-26 12:48:29 +01:00
parent ef234d5df7
commit 9ef59fbbc2
1 changed files with 2 additions and 2 deletions

View File

@ -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