Skip to content

Commit

Permalink
Remove tools check for CDDL since CircleCI doesn't support it
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurence Lundblade committed Nov 4, 2020
1 parent b74fd1f commit c9c9b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -12,7 +12,7 @@ else
-b master https://github.com/martinthomson/i-d-template $(LIBDIR)
endif

include cddl/tools.mk
#include cddl/tools.mk
include cddl/vars.mk

CDDL_FULL := $(addprefix cddl/,$(CDDL_FULL))
Expand Down

1 comment on commit c9c9b3a

@thomas-fossati
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Laurence, what you could do is, in .circleci/config.yml instead of

  - image: martinthomson/i-d-template:latest

use

  - image: thomas-fossati/i-d-template:latest

Please sign in to comment.