Skip to content

Commit

Permalink
Fix CI syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
GUI committed Jun 23, 2018
1 parent 22c3a44 commit af3f912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# Build all the API Umbrella software dependencies.
- run: ./configure
- run: make all test-deps
- run make clean:dev
- run: make clean:dev
# Cache the staged build data and task checksums of what's been
# completed.
- save_cache:
Expand Down

0 comments on commit af3f912

Please sign in to comment.