Skip to content

Commit 9925e07

Browse files
authored
Use same docker image in CircleCI for all jobs (#158)
Also attach to entire workspace instead of current directory.
1 parent 7b46b9e commit 9925e07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ jobs:
9494
publish-dev:
9595
docker:
9696
- image: circleci/golang:1.14
97+
9798
steps:
98-
- attach_workspace:
99-
at: .
99+
- attach_to_workspace
100100
- setup_remote_docker
101101
- run:
102102
name: Build image

0 commit comments

Comments
 (0)