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

Commit

Permalink
Restore publish
Browse files Browse the repository at this point in the history
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
Sloan Thompson committed Nov 8, 2019
1 parent edfc6ea commit d9e8a51
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 d9e8a51

Please sign in to comment.