From f4522bdddde783bab7e645f4a3be4aaec26b0720 Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Sat, 1 Mar 2025 16:33:27 -0500 Subject: [PATCH] fix pipeline --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5b54b2d..0b18245 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,7 +19,7 @@ build: script: - ls -hal - mv env.vanilla env - - make prod + - make install-from-source-prod # Copy static assets to env/static - cp -pr remarkbox/static env/static # Copy static assets to env/static for westworld theme.