pull/2905/merge
Adam Reese 8 years ago committed by GitHub
commit fd9fa1b741

@ -9,38 +9,18 @@ jobs:
PROJECT_NAME: "kubernetes-helm"
steps:
- checkout
- setup_remote_docker
- run:
name: install dependencies
command: make bootstrap
- run:
name: go env
command: go env
- save_cache:
key: vendor-{{ checksum "glide.yaml" }}-{{ checksum "glide.lock" }}
paths:
- vendor
- run:
name: test
command: ./scripts/ci.sh
deployment:
working_directory: /go/src/k8s.io/helm
docker:
- image: golang:1.8
environment:
PROJECT_NAME: "kubernetes-helm"
filters:
tags:
only: /.*/
branches:
only: master
steps:
- checkout
- restore_cache:
keys:
- vendor-{{ checksum "glide.yaml" }}-{{ checksum "glide.lock" }}
- run:
name: go env
command: go env
command: .circleci/test.sh
- run: echo $BLACK
- deploy:
name: deploy
command: ./scripts/ci/deploy.sh
command: .circleci/deploy.sh

Loading…
Cancel
Save