Skip to content

Commit 3bc6852

Browse files
Use correct path for script (#7)
1 parent d85e885 commit 3bc6852

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
- attach_workspace:
119119
at: /go/src/github.com/palantir/bulldozer
120120
- *build-docker-image
121-
- run: ./publish-docker.sh
121+
- run: ./scripts/publish-docker.sh
122122

123123
workflows:
124124
version: 2

0 commit comments

Comments
 (0)