From 18ed75d0f4246e64f1e5ef3d3bff2035c2286505 Mon Sep 17 00:00:00 2001 From: Stefan Date: Thu, 15 Aug 2019 19:28:18 +0200 Subject: [PATCH] ja --- .drone.yml | 4 ++-- .gitmodules | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 46dcc1f..322b356 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,9 +10,9 @@ steps: commands: - ls -alh - cd gluon - - git pull + - git pull origin v2018.2.2 - cd ../site - - git pull + - git pull origin v2018.2-tdf - cd .. - ls -alh - git status diff --git a/.gitmodules b/.gitmodules index 91786a5..c9b68de 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,8 +1,6 @@ [submodule "gluon"] path = gluon url = https://github.com/freifunk-gluon/gluon.git - branch = master [submodule "site"] path = site url = https://github.com/Freifunk-Troisdorf/site.git - branch = v2018.2-tdf