Skip to content

Commit

Permalink
Update CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
bitfield committed Dec 5, 2018
1 parent 7457b48 commit 176f2da
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 @@ -15,12 +15,12 @@ jobs:
- run: docker push bitfield/uptimerobot:$CIRCLE_TAG bitfield/uptimerobot:latest
workflows:
version: 2
dockerbuild:
test:
jobs:
- test
dockerbuild:
jobs:
- build_docker:
requires:
- test
filters:
branches:
ignore: /.*/
Expand Down

0 comments on commit 176f2da

Please sign in to comment.