From 5477e403357f1e769fbff9f8c7bfa9df2e7e2c5e Mon Sep 17 00:00:00 2001 From: Barry McCormick Date: Tue, 10 Oct 2023 11:55:34 -0700 Subject: [PATCH] test 40 --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 29af2f6..eb99b08 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -6,7 +6,7 @@ task: freebsd_instance: image: freebsd-13-2-release-amd64 script: - - export BRANCH=${ github_ref } + - export BRANCH="${GITHUB_REF}" - echo "branch is $BRANCH" - pkg install -y git - git clone https://github.com/BastilleBSD/bastille.git