change the name of the theme executable to match alpine

This commit is contained in:
/dev/urandom 2021-11-14 13:52:33 +03:00
parent 4d6d71f444
commit 54eafe51e0

View file

@ -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"