mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 21:01:35 +08:00
Debugging
This commit is contained in:
parent
ff3570421a
commit
5c6ee921f0
2
.github/workflows/compile.yml
vendored
2
.github/workflows/compile.yml
vendored
@ -64,7 +64,7 @@ jobs:
|
||||
$gitStatus = (git status --porcelain)
|
||||
if ($gitStatus)
|
||||
{
|
||||
git status
|
||||
git diff
|
||||
|
||||
throw ("Client-side assets are not up-to-date. Please run 'gulp rebuild' and commit the changes.`n" +
|
||||
[System.String]::Join([System.Environment]::NewLine, (git status --porcelain)))
|
||||
|
Loading…
Reference in New Issue
Block a user