Skip to content

Commit

Permalink
CircleCI - use small resource classA
Browse files Browse the repository at this point in the history
  • Loading branch information
cinek810 authored and LegenJCdary committed Feb 4, 2022
1 parent 0dd21fa commit 1020bc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
prepare_env:
docker:
- image: almalinux
resource_class: small
steps:
# - run:
# command: dnf update -y
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def read(fname):
# This call to setup() does all the work
setup(
name="ansible-deploy",
version="0.0.10",
version="0.0.11",
description="Wrapper around ansible-playbook allowing configurable tasks and permissions",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 1020bc9

Please # to comment.