Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaCensi committed Jun 22, 2018
1 parent ce505ca commit b54cb31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: andreacensi/duckuments:master
- image: andreacensi/mcdp_books:duckuments
resource_class: large
steps:
- checkout
Expand Down
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
BASE:=book
BOOKNAME:=`ls -1 $(BASE)`
BOOKNAME:=`ls -1 $(BASE) | head -n 1`
SRC:=book/$(BOOKNAME)

IMAGE:=andreacensi/duckuments:devel

all:
cat README.md



include resources/makefiles/setup.Makefile

0 comments on commit b54cb31

Please sign in to comment.