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