git: 2fa01f8cf8 - main - .cirrus.yml: Change image to 13.2-RELEASE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Sep 2023 13:35:44 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/doc/commit/?id=2fa01f8cf87d93fb964f4b6f3ce44459af2350cb
commit 2fa01f8cf87d93fb964f4b6f3ce44459af2350cb
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-09-20 13:34:42 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-09-20 13:34:42 +0000
.cirrus.yml: Change image to 13.2-RELEASE
The CI was running based on 13-2-snap which was pre 13.2-RELEASE. As we
have 13.2-RELEASE now switch to that version.
---
.cirrus.yml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.cirrus.yml b/.cirrus.yml
index 591b8e2676..de741b4b78 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -1,5 +1,5 @@
freebsd_instance:
- image_family: freebsd-13-2-snap
+ image_family: freebsd-13-2
env:
CIRRUS_CLONE_DEPTH: 1
@@ -10,4 +10,3 @@ task:
- pkg install -y docproj
test_script:
- make HUGO_ARGS="--verbose --debug"
-