Skip to content
Snippets Groups Projects
Commit 2d09d745 authored by chrissi^'s avatar chrissi^
Browse files

template site.conf

parent 63cc58c0
No related branches found
No related tags found
No related merge requests found
......@@ -87,6 +87,15 @@ function print_info () {
}
print_info
# prepare site
if [[ "$BRANCH" == *"stable" ]]; then
echo Building for stable. Removing stuff from site.conf
sed '/REMOVE_FOR_STABLE/d' site/site.template > site/site.conf
else
echo "Not building for stable. Leaving site.conf as-is"
cp site/site.template site/site.conf
fi
# update toolchain to current release
make update
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment