commenting out circles publish on the release branch so we're ready for the release tomorrow and dont have jenkins & circle attempting to publish (#157)

Signed-off-by: Joshua Fernandes <joshua.fernandes@consensys.net>
pull/161/head
Joshua Fernandes 5 years ago committed by GitHub
parent 7e2497bf95
commit b659730964
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .circleci/config.yml

@ -53,6 +53,7 @@ commands:
done
- store_test_results:
path: build/test-results
jobs:
assemble:
executor: besu_executor_xl
@ -202,7 +203,7 @@ workflows:
branches:
only:
- master
- /^release-.*/
#- /^release-.*/
requires:
- integrationTests
- unitTests
@ -214,7 +215,7 @@ workflows:
branches:
only:
- master
- /^release-.*/
#- /^release-.*/
requires:
- integrationTests
- unitTests

Loading…
Cancel
Save