Skip to content

Commit

Permalink
Throwaway commit to test image building and publishing works
Browse files Browse the repository at this point in the history
  • Loading branch information
mjgiarlo committed Apr 9, 2020
1 parent a762f3c commit 29f7866
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,16 +144,16 @@ workflows:

build:
jobs:
- build-image:
filters:
branches:
only: master
- build-image #: TEMPORARILY COMMENTED OUT TO VERIFY IT WORKS
# filters:
# branches:
# only: master
- publish-latest:
requires:
- build-image
filters:
branches:
only: master
# filters: TEMPORARILY COMMENTED OUT
# branches:
# only: master
build-tags:
jobs:
- build-image:
Expand Down

0 comments on commit 29f7866

Please sign in to comment.