Skip to content

Commit

Permalink
Remove redundant step that increases CI time (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcrodrigues authored Oct 31, 2019
1 parent 970c471 commit 855cb3e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
image: ubuntu-1604:201903-01
steps:
- checkout
- run:
name: Build image
command: make build
- run:
name: Login in quay.io
command: docker login -u "${DOCKER_USER}" -p "${DOCKER_PASS}" quay.io
Expand Down

0 comments on commit 855cb3e

Please sign in to comment.