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 #117 from keep-network/disable-deploy
Browse files Browse the repository at this point in the history
Disabled publishing of a new dapp version to keep-dev
  • Loading branch information
Sloan Thompson authored Oct 9, 2019
2 parents 2181683 + 1bdb497 commit 8b11385
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 @@ -82,10 +82,10 @@ workflows:
jobs:
- build_and_test_dapp:
context: keep-dev
- publish_dapp:
filters:
branches:
only: master
context: keep-dev
requires:
- build_and_test_dapp
#- publish_dapp:
# filters:
# branches:
# only: master
# context: keep-dev
# requires:
# - build_and_test_dapp

0 comments on commit 8b11385

Please sign in to comment.