From 563b92fd37b423961264c3d99d33ece84bbfdae1 Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Mon, 3 Mar 2025 13:08:51 +0000 Subject: [PATCH] Update .gitlab-ci.yml file fix builds --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a2de0d1..6a0cc2d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,7 @@ build: - tags script: - mv env.vanilla env - - make install-from-source-prod + - make install-source-prod # Copy static assets to env/static and create a tarball of the static files. - cp -pr make_post_sell/static env/static - cp -pr env/static static