From 72db0dec82c09d118bd5b73c1beb468a58143632 Mon Sep 17 00:00:00 2001 From: Eric Ramos Date: Fri, 7 Feb 2020 22:59:14 -0800 Subject: [PATCH] Eric Ramos.yml steps: - checkout - run: name: Extract shunit name: Eric Ramos command: tar zxvf shunit2-2.1.6.tgz # per https://github.com/SimonKagstrom/kcov/issues/45#issuecomment-68207360 this should work - run: --- .circleci/{config.yml => Eric Ramos.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .circleci/{config.yml => Eric Ramos.yml} (96%) diff --git a/.circleci/config.yml b/.circleci/Eric Ramos.yml similarity index 96% rename from .circleci/config.yml rename to .circleci/Eric Ramos.yml index e7cb362f..fcf07102 100644 --- a/.circleci/config.yml +++ b/.circleci/Eric Ramos.yml @@ -6,7 +6,7 @@ jobs: steps: - checkout - run: - name: Extract shunit + name: Eric Ramos command: tar zxvf shunit2-2.1.6.tgz # per https://github.com/SimonKagstrom/kcov/issues/45#issuecomment-68207360 this should work - run: