Skip to content

Commit

Permalink
CI gitConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
jworkmanjc committed Oct 2, 2023
1 parent 099ccd1 commit 16db755
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions PowerShell/Deploy/Get-Config.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ param (
$ScriptRoot = $MyInvocation.MyCommand.Path
write-host $ScriptRoot
# break
If ($env:CI) {
$ScriptRoot = $ScriptRoot -replace "/support/support", "support"
write-host $ScriptRoot
}

$FolderPath_ModuleRootPath = (Get-Item -Path:($ScriptRoot)).Directory.parent.FullName
$GitHubWikiUrl = 'https://github.com/TheJumpCloud/support/wiki/'
Expand Down

0 comments on commit 16db755

Please sign in to comment.