Skip to content

Commit

Permalink
Use same docker image in CircleCI for all jobs (#158)
Browse files Browse the repository at this point in the history
Also attach to entire workspace instead of current directory.
  • Loading branch information
owais committed Mar 30, 2020
1 parent 7b46b9e commit 9925e07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ jobs:
publish-dev:
docker:
- image: circleci/golang:1.14

steps:
- attach_workspace:
at: .
- attach_to_workspace
- setup_remote_docker
- run:
name: Build image
Expand Down

0 comments on commit 9925e07

Please sign in to comment.