Unverified Commit 85467f2c authored by Matti Picus's avatar Matti Picus Committed by GitHub
Browse files

Merge pull request #451 from snowman2/fetch_tags

Fetch tags in clean_code
parents b1131d7f 7fb86a31
......@@ -290,7 +290,7 @@ function clean_code {
# to determine the version. Give submodule proper git directory
fill_submodule "$repo_dir"
(cd $repo_dir \
&& git fetch origin \
&& git fetch origin --tags \
&& git checkout $build_commit \
&& git clean -fxd \
&& git reset --hard \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment