Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
KolbyML committed Jan 2, 2024
1 parent 03da618 commit ad3d4ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ jobs:
build-simulator-dockerfile:
docker:
- image: cimg/base:2022.06
parallelism: 5
parallelism: 6
steps:
- setup_remote_docker:
version: 20.10.14
- checkout
- run:
name: "Build dockerfile for simulator"
command: |
SimDockerfile=$(circleci tests glob "simulators/**/Dockerfile" | circleci tests split)
SimDockerfile=$(circleci tests glob "simulators/**/Dockerfile" | circleci tests split --split-by=timings)
echo "Building Docker file: $SimDockerfile"
docker build -f $SimDockerfile .
workflows:
Expand Down

0 comments on commit ad3d4ac

Please sign in to comment.