home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit fda53c45114fe99fdafee2c59f7bee8c893df4a0
parent c7ffa5580846be938ae0e8222bba2607db40c091
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri, 29 Apr 2022 14:41:49 +0200

systems/aomi: fix osp-vdemeest-nightly (BRANCH)

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/hosts/aomi.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/systems/hosts/aomi.nix b/systems/hosts/aomi.nix @@ -194,7 +194,7 @@ in set -e cd /home/vincent/src/osp/p12n/p12n git fetch -p --all - BRANCH="git symbolic-ref --short HEAD" + BRANCH=$(git symbolic-ref --short HEAD) # 1.8 git checkout upstream/pipelines-1.8-rhel-8 nix-shell /home/vincent/src/osp/shell.nix --command 'make REMOTE=quay.io/vdemeest TAG=1.8 sources/upgrade sources/operator/fetch-payload bundle/push'