ci: echo build arch (uname -m) as first line of every step for visibility
This commit is contained in:
@@ -21,6 +21,7 @@ steps:
|
|||||||
REGISTRY_TOKEN:
|
REGISTRY_TOKEN:
|
||||||
from_secret: registry_token
|
from_secret: registry_token
|
||||||
commands:
|
commands:
|
||||||
|
- echo "▸ arch=$(uname -m)"
|
||||||
- nixos-ci-entrypoint bash -c "set -e; PUBLISH=1 nix run .#publish"
|
- nixos-ci-entrypoint bash -c "set -e; PUBLISH=1 nix run .#publish"
|
||||||
backend_options:
|
backend_options:
|
||||||
kubernetes:
|
kubernetes:
|
||||||
|
|||||||
Reference in New Issue
Block a user