Skip to content

Commit

Permalink
Update (#9)
Browse files Browse the repository at this point in the history
* Update

* Update

* Update

* Update

* Update

* Update
  • Loading branch information
Iapetus999 authored Feb 17, 2021
1 parent 7cf78ff commit 8edcc28
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2
version: 2.1

job-defaults: &job-defaults
working_directory: &working_directory
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
docker_layer_caching: true
<<: *job-defaults
steps:
- <<: *attach-workspace
- checkout
- run:
name: push to Quay
command: |
Expand All @@ -53,7 +53,6 @@ jobs:
VERSION=latest docker-compose push
fi
workflows:
version: 2
test_and_build:
Expand Down

0 comments on commit 8edcc28

Please sign in to comment.