Skip to content

Commit

Permalink
chore: troubleshoot tests
Browse files Browse the repository at this point in the history
  • Loading branch information
karel-rehor committed Apr 25, 2024
1 parent e5240c3 commit 5960cac
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@

version: 2.1

machine:
# The image uses the current tag, which always points to the most recent
# supported release. If stability and determinism are crucial for your CI
# pipeline, use a release date tag with your image, e.g. ubuntu-2004:202201-02
image: ubuntu-2204:current

commands:
influxdb-onboarding:
steps:
Expand All @@ -40,7 +34,7 @@ commands:
name: ipv6-enable
command: |
sudo service --status-all
sudo service docker start
sudo service docker restart
prepare:
description: "Prepare environment to tests"
steps:
Expand Down Expand Up @@ -120,6 +114,11 @@ commands:
jobs:

tests-java:
machine:
# The image uses the current tag, which always points to the most recent
# supported release. If stability and determinism are crucial for your CI
# pipeline, use a release date tag with your image, e.g. ubuntu-2004:202201-02
image: ubuntu-2204:current
parameters:
maven-image:
type: string
Expand Down

0 comments on commit 5960cac

Please sign in to comment.