Skip to content

Commit 8515dad

Browse files
authored
Fix circle config (istio#2)
Signed-off-by: Dhi Aurrahman <[email protected]>
1 parent a849e33 commit 8515dad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ workflows:
1111

1212
jobs:
1313
build:
14+
working_directory: /home/circleci/api
1415
machine:
1516
image: ubuntu-1604:201903-01
1617
steps:
18+
- checkout
1719
# TODO(dio): Execute lint-all.
1820
- run: make

0 commit comments

Comments
 (0)