Skip to content

Commit

Permalink
fix: Disable building and pushing Docker image fttb
Browse files Browse the repository at this point in the history
  • Loading branch information
munen committed Dec 2, 2022
1 parent 9e3de1a commit a7c8386
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,14 +135,16 @@ workflows:
filters:
branches:
only: develop
- push-image:
requires:
# Staging deployments are free of linting and test checks,
# so that we can quickly build, deploy and iterate.
# There's still visual feedback on Github on whether or
# not the tasks failed.
# - build # because of tests
# - build-docs
filters:
branches:
only: master
# FIXME: This used to work and broke due to erosion
# Related issue: https://github.com/200ok-ch/organice/issues/909
# - push-image:
# requires:
# # Staging deployments are free of linting and test checks,
# # so that we can quickly build, deploy and iterate.
# # There's still visual feedback on Github on whether or
# # not the tasks failed.
# # - build # because of tests
# # - build-docs
# filters:
# branches:
# only: master

0 comments on commit a7c8386

Please sign in to comment.