v1.0.0
Golang lint / docker-smoke (push) Successful in 17s
Golang lint / lint (push) Failing after 18s

This commit is contained in:
2026-08-06 12:22:44 +03:00
parent a47ac72db0
commit bb2fa57bbe
21 changed files with 1075 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/sh
set -eu
image_tag="${1:-est:smoke}"
docker build --tag "$image_tag" .
docker run --rm --entrypoint ssh "$image_tag" -V