git: 105afb3f8e04 - stable/13 - Cirrus-CI: report pkg version
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 08 Jan 2022 00:15:21 UTC
The branch stable/13 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=105afb3f8e041a4a24866a79cdd3b3c9d88ec111 commit 105afb3f8e041a4a24866a79cdd3b3c9d88ec111 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2021-07-26 17:27:16 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2022-01-08 00:14:12 +0000 Cirrus-CI: report pkg version PR: 257422 (cherry picked from commit a077a4e3b41bb676be1237fb0af78d6814393fe7) --- .cirrus.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.cirrus.yml b/.cirrus.yml index a4f8bf778dbe..ff59251e8c85 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -30,6 +30,7 @@ task: setup_script: - uname -a - df -m + - pkg --version - pw useradd user - mkdir -p /usr/obj/$(pwd -P) - chown user:user /usr/obj/$(pwd -P)