Skip to content

Commit

Permalink
fix circleci config
Browse files Browse the repository at this point in the history
Signed-off-by: xh4n3 <xyn1016@gmail.com>
  • Loading branch information
xh4n3 committed Jan 13, 2020
1 parent 936d94b commit e865348
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ jobs:
build:
docker:
- image: circleci/golang:1.10
working_directory: /go/src/github.com/AliyunContainerService/helm-acr
working_directory: /go/src/github.com/chartmuseum/helm-push
steps:
- checkout
- run:
name: install dependencies
command: sudo apt-get update && sudo apt-get install -y python-pip && pip install virtualenv
- setup_remote_docker:
docker_layer_caching: true
- run:
Expand Down

0 comments on commit e865348

Please sign in to comment.