Skip to content

Commit 423fc1f

Browse files
committed
CI: quiet run output
Signed-off-by: apostasie <[email protected]>
1 parent 00558aa commit 423fc1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vagrantfile.freebsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Vagrant.configure("2") do |config|
5959
set -eux -o pipefail
6060
daemon -o containerd.out containerd
6161
sleep 3
62-
/root/go/bin/nerdctl run --rm --net=none dougrabson/freebsd-minimal:13 echo "Nerdctl is up and running."
62+
/root/go/bin/nerdctl run --rm --quiet --net=none dougrabson/freebsd-minimal:13 echo "Nerdctl is up and running."
6363
SHELL
6464
end
6565

0 commit comments

Comments
 (0)