Skip to content

Commit

Permalink
change config management branch to feature branch
Browse files Browse the repository at this point in the history
  • Loading branch information
keirwilliams committed Jun 24, 2024
1 parent e527e19 commit 75ab14c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ tasks:
$ErrorActionPreference = "Stop"
Write-Output "Downloading and running Run-GitScript.ps1"
Set-Location -Path ([System.IO.Path]::GetTempPath())
$GitBranch = "main"
$GitBranch = "ncr/dsos-2850/jumpserver-client"
$Script = "Invoke-UserDataScript.ps1"
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 # since powershell 4 uses Tls1 as default
Invoke-WebRequest "https://raw.githubusercontent.com/ministryofjustice/modernisation-platform-configuration-management/${GitBranch}/powershell/Scripts/Run-GitScript.ps1" -OutFile "Run-GitScript.ps1"
Expand Down

0 comments on commit 75ab14c

Please sign in to comment.