Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
7fb86a31
Commit
7fb86a31
authored
Feb 14, 2022
by
snowman2
Browse files
Fetch tags in clean_code
parent
3903f7f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
common_utils.sh
common_utils.sh
+1
-1
No files found.
common_utils.sh
View file @
7fb86a31
...
@@ -284,7 +284,7 @@ function clean_code {
...
@@ -284,7 +284,7 @@ function clean_code {
# to determine the version. Give submodule proper git directory
# to determine the version. Give submodule proper git directory
fill_submodule "
$repo_dir
"
fill_submodule "
$repo_dir
"
(cd
$repo_dir
\
(cd
$repo_dir
\
&& git fetch origin
\
&& git fetch origin
--tags
\
&& git checkout
$build_commit
\
&& git checkout
$build_commit
\
&& git clean -fxd
\
&& git clean -fxd
\
&& git reset --hard
\
&& git reset --hard
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment