Commit 7fb86a31 authored by snowman2's avatar snowman2
Browse files

Fetch tags in clean_code

parent 3903f7f2
......@@ -284,7 +284,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