mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 02:44:59 +00:00
Remove manual git clean from CI
This commit is contained in:
parent
f0e1b72834
commit
ffdb308472
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ variables:
|
|||
cd "$CI_PROJECT_DIR"
|
||||
find . -type f -exec chmod 0644 {} +
|
||||
find . -type d -exec chmod 0755 {} +
|
||||
git clean -ffdx
|
||||
# git clean -ffdx # don't do this here, let it happen automatically.
|
||||
fi
|
||||
|
||||
stages:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue