Skip to content

Commit

Permalink
Update CCI config
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
radeklat committed Dec 30, 2022
1 parent c1415c1 commit 49d9027
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,18 +181,13 @@ jobs: # A basic unit of work in a run
- run:
name: Install dev libraries
command: poetry install --no-ansi --no-root
- save_cache:
key: << pipeline.parameters.cache_version >>-docker-build-<< pipeline.parameters.project_name >>-<< pipeline.parameters.python_version_full >>-{{ checksum "poetry.lock" }}
paths:
- ".venv"
- "/opt/circleci/.pyenv"
- run:
name: Create and use a new docker build driver
command: |
docker buildx create --use
- run:
name: Build and push docker image
command: << pipeline.parameters.command_prefix >> build-docker --push
command: << pipeline.parameters.command_prefix >> docker-build --push
release:
working_directory: << pipeline.parameters.working_directory >>
docker:
Expand Down

0 comments on commit 49d9027

Please sign in to comment.