Skip to content

Commit

Permalink
fix: ci bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yanranxiaoxi committed Sep 3, 2022
1 parent 89e719a commit 6df3c0b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .gitlab-ci.yml
Expand Up @@ -64,8 +64,7 @@ upload:
Move-Item ".\node_modules\${nodeModulesDir}\*" ".\Public\node_modules\${nodeModulesDir}\";
}
- Remove-Item ".\node_modules\" -Recurse;
- PowerShell -Command "& {git clone https://gitlab.soraharu.com/XiaoXi/OpenNav-Material-Design .\Public\themes\material-design\}";
- Remove-Item ".\Public\themes\material-design\.git\" -Recurse;
- PowerShell -Command "& {git clone --depth=1 https://gitlab.soraharu.com/XiaoXi/OpenNav-Material-Design .\Public\themes\material-design\}";
- Set-Location "..\";
- if (Test-Path -Path ".\OpenNav-compiled.zip" -PathType Leaf) {
Remove-Item ".\OpenNav-compiled.zip" -Recurse;
Expand Down

0 comments on commit 6df3c0b

Please sign in to comment.