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: freebsd_instance:
image: freebsd-13-2-release-amd64 image: freebsd-13-2-release-amd64
script: script:
- branch='${{ github.ref }}' - branch=${{ github.ref }}
- echo "branch is $branch" - echo "branch is $branch"
- pkg install -y git - pkg install -y git
- git clone https://github.com/BastilleBSD/bastille.git - git clone https://github.com/BastilleBSD/bastille.git