diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 57535e8a47825a79b44fdb74a9a5de074b712b23..359466a6279ec6b30a1081534dfa1b38c40ea8f4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,7 +20,7 @@ default: - git config --global user.name "FFS Buildbot" - mkdir -p ~/.ssh - cat gitlab-known-hosts >> ~/.ssh/known_hosts - - test -d ffs-openwrt-dl-cache || git clone ssh://git@gitlab.freifunk-stuttgart.de:22220/firmware/ffs-openwrt-dl-cache.git + - test -d ffs-openwrt-dl-cache || git clone ssh://git@ssh.gitlab.freifunk-stuttgart.de:22220/firmware/ffs-openwrt-dl-cache.git - git -C ffs-openwrt-dl-cache pull || true - rm -rf gluon/openwrt/dl && mkdir -p gluon/openwrt && ln -s ../../ffs-openwrt-dl-cache gluon/openwrt/dl - rm -rf gluon/openwrt/staging_dir && mkdir -p staging_dir && ln -s ../../staging_dir gluon/openwrt/staging_dir