Skip to content

Commit

Permalink
BBL-381 | upgrading circleci VM executor
Browse files Browse the repository at this point in the history
  • Loading branch information
exequielrafaela committed Sep 24, 2020
1 parent 2de301c commit a6d4b30
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 @@ -6,7 +6,7 @@ jobs:
#
test-static-code-and-linting:
machine:
image: ubuntu-1604:201903-01 # Ubuntu 16.04, docker 18.09.3, docker-compose 1.23.1
image: ubuntu-1604:202007-01 # Ubuntu 16.04, Docker v19.03.12, Docker Compose v1.26.1

# This job has been blocked because Docker Layer Caching is not available on your plan.
# Should upgrade if necessary.
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
#
test-e2e-terratests:
machine:
image: ubuntu-1604:201903-01
image: ubuntu-1604:202007-01
docker_layer_caching: false

steps:
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
#
release-version-with-changelog:
machine:
image: ubuntu-1604:201903-01
image: ubuntu-1604:202007-01
docker_layer_caching: false

environment:
Expand Down

0 comments on commit a6d4b30

Please sign in to comment.