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

Commit

Permalink
Merge pull request #342 from keep-network/sthompson22/circle/restore-…
Browse files Browse the repository at this point in the history
…publish

Circle: Restore Publish

We need a fresh deployment to our internal testnet. To do this we need
to uncomment these steps so that the provisioning layer has the right
contract addresses.
  • Loading branch information
pdyraga committed Nov 8, 2019
2 parents edfc6ea + d9e8a51 commit 513cb2a
Showing 1 changed file with 22 additions and 22 deletions.
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:
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

0 comments on commit 513cb2a

Please sign in to comment.