Skip to content

Commit

Permalink
commenting out circles publish on the release branch so we're ready f…
Browse files Browse the repository at this point in the history
…or the release tomorrow and dont have jenkins & circle attempting to publish (hyperledger#157)

Signed-off-by: Joshua Fernandes <joshua.fernandes@consensys.net>
  • Loading branch information
joshuafernandes authored Nov 5, 2019
1 parent 7e2497b commit b659730
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ commands:
done
- store_test_results:
path: build/test-results

jobs:
assemble:
executor: besu_executor_xl
Expand Down Expand Up @@ -202,7 +203,7 @@ workflows:
branches:
only:
- master
- /^release-.*/
#- /^release-.*/
requires:
- integrationTests
- unitTests
Expand All @@ -214,7 +215,7 @@ workflows:
branches:
only:
- master
- /^release-.*/
#- /^release-.*/
requires:
- integrationTests
- unitTests
Expand Down

0 comments on commit b659730

Please sign in to comment.