Skip to content

Commit

Permalink
Merge pull request #66 from d4software/fix-docker-ci
Browse files Browse the repository at this point in the history
fix(ci): Update circle ci docker images to match Dockerfile - nice job @PandelisZ!
  • Loading branch information
d4nt authored May 17, 2019
2 parents 1feee01 + 6e840d9 commit ce51dbf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ version: 2
jobs:
build:
docker:
- image: microsoft/aspnetcore-build:2.2-stretch
- image: microsoft/dotnet:2.2-sdk-stretch
steps:
- checkout
- run: dotnet build ./Web/QueryTree.csproj -v n
test:
docker:
- image: microsoft/aspnetcore-build:2.2-stretch
- image: microsoft/dotnet:2.2-sdk-stretch
steps:
- checkout
- run: dotnet test ./Tests/Tests.csproj -v n
Expand Down Expand Up @@ -42,4 +42,4 @@ workflows:
- docker-publish:
requires:
- test
- build
- build

0 comments on commit ce51dbf

Please sign in to comment.