Commit fda53c45114f

Vincent Demeester <vincent@sbr.pm>
2022-04-29 14:41:49
systems/aomi: fix osp-vdemeest-nightly (BRANCH)
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent c7ffa55
Changed files (1)
systems
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'