aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-09-20 13:34:42 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-09-20 13:34:42 +0000
commit2fa01f8cf87d93fb964f4b6f3ce44459af2350cb (patch)
treec8a933dca02e83143d01770de4af3921f7b0e1c6 /.cirrus.yml
parent92cc0cca079c815a6966eb5911319aa0f39b3dae (diff)
downloaddoc-2fa01f8cf87d93fb964f4b6f3ce44459af2350cb.tar.gz
doc-2fa01f8cf87d93fb964f4b6f3ce44459af2350cb.zip
.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.
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml3
1 files changed, 1 insertions, 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"
-