Skip to content

Commit 41dd148

Browse files
committed
Fix persist - was using 'go' to persist
1 parent 595d4c2 commit 41dd148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Build the ddev executables
1919
- persist_to_workspace:
2020
root: ~/
21-
paths: go
21+
paths: ddev
2222

2323
golang_test_nginx_fpm:
2424
machine:

0 commit comments

Comments
 (0)