Skip to content

Commit

Permalink
Getting ready for a new build.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellwest committed Aug 8, 2024
1 parent 4abc287 commit 828e524
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docker/.env
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
REGISTRY=
COMPOSE_PROJECT_NAME=spe
SITECORE_DOCKER_REGISTRY=scr.sitecore.com/sxp/
SITECORE_MODULE_REGISTRY=scr.sitecore.com/sxp/modules/
SITECORE_TOOLS_REGISTRY=scr.sitecore.com/tools/
SITECORE_VERSION=10.3-ltsc2019
SITECORE_VERSION=10.4-ltsc2019
SOLR_VERSION=8.11.2-ltsc2019
MANAGEMENT_SERVICES_VERSION=5.1.25-1809
SITECORE_ADMIN_PASSWORD=Password12345
Expand Down
2 changes: 1 addition & 1 deletion goodluck.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Stop-ScriptSession -Session $session
Write-Host "Swap out IAR files"

Add-Type -AssemblyName "System.IO.Compression.FileSystem"
$file = "C:\Projects\Spe\releases\Sitecore.PowerShell.Extensions-6.4-IAR.zip"
$file = Get-ChildItem -Path $releases -Filter "Sitecore.PowerShell.Extensions-*-IAR.zip" | Select-Object -ExpandProperty FullName
$zip = [System.IO.Compression.ZipFile]::Open($file, [System.IO.Compression.ZipArchiveMode]::Update)
$packageZipEntry = $zip.Entries | Where-Object { $_.Name -eq "package.zip" }

Expand Down

0 comments on commit 828e524

Please sign in to comment.