debug: figuring out why the files aren't where they should be

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

View file

@ -30,6 +30,8 @@ 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:
- pwd
- ls -la
- make THEME=discount-theme
artifacts:
paths: