Skip to content

Commit

Permalink
Merge pull request #8 from ADR-007/bugfix/fix-deployment
Browse files Browse the repository at this point in the history
Fix deployment
  • Loading branch information
ADR-007 authored Sep 22, 2021
2 parents b5854d2 + fb7997d commit 2a179ee
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 @@ -5,7 +5,7 @@ jobs:
# Building and testing the project
# Useful when a PR is open, for example
build-and-test:
# Our environment, Python 3.6.14
# Our environment
docker:
- image: cimg/python:<<parameters.python>>

Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:

# Same environment
docker:
- image: cimg/python:3.6.11
- image: cimg/python:3.6
steps:

# Gets the code
Expand Down Expand Up @@ -99,7 +99,7 @@ workflows:
only: /v[0-9]+(\.[0-9]+)*/
branches:
ignore: /.*/
python: '3.6.11'
python: '3.6'

# Runs the deployment job, just with the tags as well
- deployment:
Expand Down

0 comments on commit 2a179ee

Please sign in to comment.