Skip to content
Snippets Groups Projects
Commit a6f2075e authored by Jan-Tarek Butt's avatar Jan-Tarek Butt
Browse files

.build: checkout branch

parent 50c7be95
Branches
Tags
No related merge requests found
......@@ -74,6 +74,7 @@ ls -A | grep -v -E '(^|\s)site($|\s)' | xargs -I{} mv {} site/
git init .
git remote add origin https://github.com/freifunk-gluon/gluon.git
git pull origin "$GLUON_VERSION"
git checkout "$GLUON_VERSION"
cd site || exit 1
sh prepare.sh || exit 1
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment