From cc5c91a9b6ee066901ed614b4befe56377a0a175 Mon Sep 17 00:00:00 2001 From: polwex Date: Sun, 19 Apr 2026 06:49:47 +0700 Subject: [PATCH] m --- .woodpecker/job.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.woodpecker/job.yaml b/.woodpecker/job.yaml index acacdd5..50f0e7c 100644 --- a/.woodpecker/job.yaml +++ b/.woodpecker/job.yaml @@ -8,7 +8,7 @@ steps: - pwd - whoami - hostname - - git rev-parse --short HEAD + # - git rev-parse --short HEAD - test -d ~/nixconf - printf '%s %s %s\n' "$(date --iso-8601=seconds)" "$(hostname)" "$(git rev-parse --short HEAD)" >> ~/woodpecker-smoke.log - tail -n 5 ~/woodpecker-smoke.log @@ -24,4 +24,5 @@ steps: image: bash commands: - sh ~/nixconf/update.sh - - nh os switch -H sortug ~/nixconf --target-host root@sortug + # - nh os switch -H sortug ~/nixconf --target-host root@sortug + - nixos-rebuild switch --flake ~/nixconf#sortug --target-host root@sortug