Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
Revert, paths must be relative to the workspace. Limit what
Browse files Browse the repository at this point in the history
we capture from the repo.
  • Loading branch information
David Swift committed Jan 26, 2018
1 parent 1f513f7 commit 27f05b3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,18 @@ jobs:
- run:
name: Create MacOS package
command: ./scripts/package.sh ${CIRCLE_TAG}
- run:
name: Move assets for deploy step
command: mv $GOPATH/bin ~/terraform-provider-aws
- save_cache:
key: golang-cache-1-9-2
paths:
- ~/go1.9.2.linux-amd64.tar.gz
- persist_to_workspace:
root: .
paths:
- ./*
- /home/go/bin
- ./bin
- ./.git

deploy-job:
docker:
Expand Down

0 comments on commit 27f05b3

Please sign in to comment.