Skip to content
This repository was archived by the owner on Feb 10, 2019. It is now read-only.

Commit 1c420a2

Browse files
committed
Fixed circle config
1 parent 911dd2e commit 1c420a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

circle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
test:
22
override:
3-
- make.sh
3+
- ./make.sh
44

55
deployment:
66
hub:
77
branch: /.*/
88
commands:
9-
- deploy.sh
9+
- ./deploy.sh

0 commit comments

Comments
 (0)