Skip to content

Commit

Permalink
attempt to rebuild with the latest images
Browse files Browse the repository at this point in the history
  • Loading branch information
gukoff committed Aug 9, 2024
1 parent 925261d commit 12035d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/SmokeTests/e2e-test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ $AzuriteVersion = "3.26.0"
if ($NoSetup -eq $false) {
# Build the docker image first, since that's the most critical step
Write-Host "Building sample app Docker container from '$DockerfilePath'..." -ForegroundColor Yellow
docker build -f $DockerfilePath -t $ImageName --progress plain $PSScriptRoot/../../
docker build --pull --no-cache -f $DockerfilePath -t $ImageName --progress plain $PSScriptRoot/../../
Exit-OnError

# Next, download and start the Azurite emulator Docker image
Expand Down

0 comments on commit 12035d4

Please sign in to comment.