Skip to content

Commit

Permalink
chore: remove push-request-network-image CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
rittme committed Apr 1, 2020
1 parent 35155d4 commit c6d1cf2
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ references:
- '-m'
- 'candy maple cake sugar pudding cream honey rich smooth crumble sweet treat'

orbs:
gcp-gcr: circleci/gcp-gcr@0.3.0
gcp: circleci/gcp-cli@1.3.0

jobs:
build:
docker:
Expand Down Expand Up @@ -478,33 +474,6 @@ jobs:
- run:
name: 'Publish Coverage'
command: 'yarn publish-coverage'
push-request-network-image:
executor: gcp/default
steps:
- checkout
- setup_remote_docker:
docker_layer_caching: true
- gcp/install
- gcp/initialize
- run:
name: 'gcloud docker auth'
command: gcloud auth configure-docker --project $GOOGLE_PROJECT_ID --quiet
- gcp-gcr/build-image:
image: request-network
registry-url: eu.gcr.io
tag: ${CIRCLE_SHA1:0:7}
- gcp-gcr/push-image:
image: request-network
registry-url: eu.gcr.io
tag: ${CIRCLE_SHA1:0:7}
- run:
name: Add Tag to image
command: |
export BRANCH_TAG_NAME=$(echo ${CIRCLE_BRANCH} | tr '[:upper:]' '[:lower:]' | sed 's/[^a-z0-9._-]//g')
gcloud container images add-tag \
eu.gcr.io/${GOOGLE_PROJECT_ID}/request-network:${CIRCLE_SHA1:0:7} \
eu.gcr.io/${GOOGLE_PROJECT_ID}/request-network:${BRANCH_TAG_NAME} \
--quiet
test-prototype-estimator:
docker:
- *node_image
Expand Down Expand Up @@ -571,9 +540,6 @@ jobs:

workflows:
version: 2
push-request-network-image:
jobs:
- push-request-network-image
build-and-test:
jobs:
- build
Expand Down

0 comments on commit c6d1cf2

Please sign in to comment.