Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Disabled publishing of contract artifacts and maintainers container to keep-dev #318

Merged
merged 1 commit into from
Oct 9, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 22 additions & 22 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,25 +298,25 @@ workflows:
context: keep-dev
requires:
- setup_github_package_registry
- build_initcontainer:
filters:
branches:
only: master
context: keep-dev
requires:
- migrate_contracts
- publish_images:
filters:
branches:
only: master
context: keep-dev
requires:
- migrate_contracts
- build_initcontainer
- publish_contract_data:
filters:
branches:
only: master
context: keep-dev
requires:
- migrate_contracts
# - build_initcontainer:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm sure you did this to save time, to be clear it's not strictly required....makes sense from a time saving perspective while we're not publishing though.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, that was my reasoning sir.

# filters:
# branches:
# only: master
# context: keep-dev
# requires:
# - migrate_contracts
# - publish_images:
# filters:
# branches:
# only: master
# context: keep-dev
# requires:
# - migrate_contracts
# - build_initcontainer
# - publish_contract_data:
# filters:
# branches:
# only: master
# context: keep-dev
# requires:
# - migrate_contracts