Skip to content

Commit

Permalink
Fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ADR-007 committed Sep 22, 2021
1 parent b5854d2 commit fb7997d
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 fb7997d

Please sign in to comment.