Skip to content

Commit

Permalink
- Try out older version of localstack
Browse files Browse the repository at this point in the history
  • Loading branch information
George Kinsman committed Aug 6, 2021
1 parent b153cd0 commit 891baac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ ForEach ($libraryProject in $libraryProjects) {
}

if (($null -ne $env:CI) -And ($EnableIntegrationTests -eq $true)) {
& docker pull localstack/localstack:0.12.16
& docker run -d --name localstack -p 4566:4566 localstack/localstack:0.12.16
& docker pull localstack/localstack:0.12.15
& docker run -d --name localstack -p 4566:4566 localstack/localstack:0.12.15
$env:AWS_SERVICE_URL = "http://localhost:4566"
}

Expand Down

0 comments on commit 891baac

Please sign in to comment.