This commit is contained in:
Barry McCormick
2023-10-10 10:57:37 -07:00
parent a10f7f7c57
commit 062e04e4a0

View File

@@ -8,7 +8,7 @@ task:
freebsd_instance:
image: freebsd-13-2-release-amd64
script:
- branch='${{ github.ref }}'
- branch=${{ github.ref }}
- echo "branch is $branch"
- pkg install -y git
- git clone https://github.com/BastilleBSD/bastille.git