Skip to content

Commit f51a968

Browse files
committed
Improved update of homepage
1 parent 53f826e commit f51a968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ConfluencePS.build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ task UpdateHomepage {
186186
Set-Location "AtlassianPS.github.io/"
187187

188188
# Update all submodules
189-
exec { git submodule foreach git pull origin master }
189+
exec { git submodule foreach git pull origin master } -ErrorAction SilentlyContinue
190190
Write-Host "Fetched"
191191

192192
# Check if this repo was changed

0 commit comments

Comments
 (0)