Skip to content

Commit dcf66eb

Browse files
author
alfredbrockotter
committed
chore: fixed working_directory issue for circle ci
1 parent 6792db4 commit dcf66eb

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
@@ -1,7 +1,7 @@
1-
version: 2
1+
version: 2.1
22
jobs:
33
build:
4-
working_directory: /usr/src/app
4+
working_directory: ~/kenticokontentnuxtmodule
55
docker:
66
- image: circleci/node:11.10.1
77
steps:

0 commit comments

Comments
 (0)