Skip to content

Commit

Permalink
Do checkout first
Browse files Browse the repository at this point in the history
Signed-off-by: Reinhard Naegele <[email protected]>
  • Loading branch information
unguiculus committed Nov 2, 2019
1 parent 077b793 commit 274ed8e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
machine:
enabled: true
image: circleci/classic:201808-01
working_directory: /home/circleci/.go_workspace/src/github.com/helm/chart-testing
steps:
- checkout
- run:
name: Install tools
command: |
Expand All @@ -34,7 +34,6 @@ jobs:
curl -sSLo kind "https://github.com/kubernetes-sigs/kind/releases/download/v0.5.1/kind-linux-amd64"
chmod +x kind
sudo mv kind /usr/local/bin/kind
- checkout
- run:
name: Test
command: |
Expand All @@ -43,7 +42,6 @@ jobs:
build:
docker:
- image: golang:1.13-alpine3.10
working_directory: /go/src/github.com/helm/chart-testing
steps:
- setup_remote_docker
- run:
Expand Down

0 comments on commit 274ed8e

Please sign in to comment.