From 08e9009a242536b7dfe8e9ca681ea2d30cab9616 Mon Sep 17 00:00:00 2001 From: Yishuai Li Date: Sat, 28 May 2022 00:35:44 -0400 Subject: [PATCH] feat: CircleCI unescape script --- config.yml.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yml.mustache b/config.yml.mustache index 44dc177..8540e04 100644 --- a/config.yml.mustache +++ b/config.yml.mustache @@ -40,7 +40,7 @@ jobs: - run: name: Build, test, and install package command: opam install -t . -{{ circleci_after_script }} +{{& circleci_after_script }} {{# ci_test_dependants }} - run: name: Test dependants