tools

various tools I have been using throughout the years
Log | Files | Refs | README | LICENSE

commit 9a4dc079d1845724ff2e0e07b6da275db607ca91
parent d9103676b81e3c4afc5300f2be127d3fb5ead0c5
Author: mtmn <miro@haravara.org>
Date:   Mon, 15 Jun 2026 00:00:57 +0200

build: remove bazel metadata

Diffstat:
M.build.yml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.build.yml b/.build.yml @@ -24,7 +24,7 @@ environment: tasks: - build: | cd tools - bazelisk build --build-metadata=CI="$JOB_URL" //... + bazelisk build //... - test: | cd tools - bazelisk test --build-metadata=CI="$JOB_URL" //... + bazelisk test //...