Skip to content
Snippets Groups Projects
Unverified Commit c536950b authored by Yaroslav Lobankov's avatar Yaroslav Lobankov
Browse files

ci: clean workspace more thoroughly

This change adds execution of the `git clean -xffd` command to the
.github/actions/environment action to clean workspace more thoroughly.

NO_DOC=ci
NO_CHANGELOG=ci
NO_TEST=ci

(cherry picked from commit cc768ea8)
parent 82f70337
No related branches found
No related tags found
No related merge requests found
......@@ -82,5 +82,6 @@ runs:
fi
# Found that actions/checkout does not remove all temporary
# files from previous runs, to avoid of it need to run:
git clean -xffd
git submodule foreach --recursive 'git clean -xffd'
shell: bash
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