Skip to content

Commit

Permalink
Improved update of homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
lipkau committed Jan 1, 2018
1 parent 53f826e commit f51a968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ConfluencePS.build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ task UpdateHomepage {
Set-Location "AtlassianPS.github.io/"

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

# Check if this repo was changed
Expand Down

0 comments on commit f51a968

Please sign in to comment.