From 8bc6d1aa787dedaadc2ed39f6d90d4e47a7be8a2 Mon Sep 17 00:00:00 2001 From: Barry McCormick Date: Mon, 9 Oct 2023 12:26:55 -0700 Subject: [PATCH] test 9 --- .cirrus.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index 974e073..87cd304 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -16,6 +16,8 @@ task: install_script: pkg install bastille script: - echo "Build and test steps go here" + - git clonehttps://github.com/BastilleBSD/templates.git + - cd templates - git rev-parse --abbrev-ref HEAD > branch.txt - read -r BRANCH <"branch.txt" - echo $BRANCH @@ -36,6 +38,7 @@ task: - cd $CHDIR - pwd + - chmod +x ./test.sh - ./test.sh