From 54eafe51e0aa1410ea1bde84471be99d4b31c38f Mon Sep 17 00:00:00 2001 From: /dev/urandom Date: Sun, 14 Nov 2021 13:52:33 +0300 Subject: [PATCH] change the name of the theme executable to match alpine --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1d46aee..f08ca2b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,7 +30,7 @@ stages: # List of stages for jobs, and their order of execution build-job: # This job runs in the build stage, which runs first. stage: build script: - - make + - make THEME=discount-theme artifacts: paths: - "out"