From 1807dc882b531d302f5c67f4d54e6df1792adfd2 Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Mon, 3 Mar 2025 11:43:37 -0500 Subject: [PATCH] modified: .gitlab-ci.yml --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ea60248..fae487f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,6 +17,7 @@ build: except: - tags script: + - make clean - 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