commit f91bb2673e8e7e7ee40bfece2da8cc070ba63b98
parent 7a024ff07c6f11a2fc62b52956b1f9d4a2ea3550
Author: Vincent Demeester <vincent@sbr.pm>
Date: Wed, 11 May 2022 13:02:02 +0200
systems/aomi: nightly build clean repository
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/systems/hosts/aomi.nix b/systems/hosts/aomi.nix
@@ -202,11 +202,13 @@ in
git fetch -p --all
BRANCH=$(git symbolic-ref --short HEAD)
# 1.8
+ git clean -fd
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'
# make REMOTE=quay.io/vdemeest TAG=1.8 sources/upgrade sources/operator/fetch-payload bundle/push
git reset --hard HEAD
#1.7
+ git clean -fd
git checkout upstream/pipelines-1.7-rhel-8
nix-shell /home/vincent/src/osp/shell.nix --command 'make REMOTE=quay.io/vdemeest TAG=1.7 sources/upgrade sources/operator/fetch-payload bundle/push'
# make REMOTE=quay.io/vdemeest TAG=1.7 sources/upgrade sources/operator/fetch-payload bundle/push