From 223cc1f261af4bdc4c3d32490eff88f9e17070cb Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Fri, 4 Oct 2024 16:53:04 -0400 Subject: [PATCH] add link to workspace --- external/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/external/Makefile b/external/Makefile index 74047b1..3475d1b 100644 --- a/external/Makefile +++ b/external/Makefile @@ -2,6 +2,8 @@ lorax/branch-$(VERSION): git config advice.detachedHead false cd lorax && git reset --hard HEAD && git checkout $(if $(_RHEL),rhel$(word 1,$(subst ., ,$(VERSION)))-branch,tags/$(shell cd lorax && git tag -l lorax-$(VERSION).* --sort=creatordate | tail -n 1)) touch lorax/branch-$(VERSION) + ln -s /github/workspace lorax/share/templates.d/99-generic/workspace + ln -s /github/workspace lorax/share/templates.d/99-generic/config_files/workspace install-deps: # Used by external/fedora-lorax-templates/ostree-based-installer/lorax-embed-flatpaks.tmpl