From 4ac0c37ecd37899be998aa657f94d70ac7babc69 Mon Sep 17 00:00:00 2001 From: John Barker Date: Tue, 9 Jul 2019 09:59:20 -0600 Subject: [PATCH] Remove deploy-core build from circleci --- .circleci/config.yml | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4efcd10459f..1a0ad7a9bd2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -261,24 +261,6 @@ jobs: - checkout - run: ./tools/ci/init_gcloud - run: ./tools/ci/report_coverage - deploy-core: - docker: - - image: smartcontract/deployer:latest - environment: - ENVIRONMENT: release - DOCKER_TAG: staging - steps: - - checkout - - run: ./tools/ci/init_gcloud - - setup_remote_docker - - run: echo $DOCKERHUB_PASS | docker login -u $DOCKERHUB_USER --password-stdin - - run: make docker - - run: make dockerpush - - run: | - docker inspect --format='{{index .RepoDigests 0}}' "smartcontract/chainlink:staging" \ - | awk -F'@' '{print$2}' \ - | xargs -I'%' kubectl set image deployment.apps/chainlink-deploy \ - "chainlink=smartcontract/chainlink:staging@%" workflows: version: 2 @@ -310,15 +292,3 @@ workflows: requires: - go-sqlite - operator-ui - - deploy-core: - requires: - - go-sqlite - - go-sqlite-race - - go-postgres - - truffle - - geth-postgres - - parity-postgres - - operator-ui - filters: - branches: - only: master