[Git][reproducible-builds/reproducible-website][master] Actually try this instead...

Chris Lamb (@lamby) gitlab at salsa.debian.org
Wed Oct 2 17:37:25 UTC 2024



Chris Lamb pushed to branch master at Reproducible Builds / reproducible-website


Commits:
34c25783 by Chris Lamb at 2024-10-02T10:36:48-07:00
Actually try this instead...

- - - - -


1 changed file:

- Makefile


Changes:

=====================================
Makefile
=====================================
@@ -3,7 +3,11 @@ LANGUAGES := $(shell ruby -ryaml -e "data = YAML::load(open('_config.yml')); put
 all:
 	./bin/i18n.sh
 	./bin/contributors.py
+ifeq ($(CI_JOB_ID),)
 	jekyll build --verbose --trace
+else
+	jekyll build --verbose --trace --basedir="https://$(CI_PROJECT_NAMESPACE).debian.net/-/$(CI_PROJECT_NAME)/-/jobs/$(CI_JOB_ID)/artifacts/_site/"
+endif
 
 clean:
 	rm -rf _site



View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/commit/34c25783a5275f2bdddbe0ab16439de640842aa7

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/commit/34c25783a5275f2bdddbe0ab16439de640842aa7
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20241002/8cf98b0d/attachment.htm>


More information about the rb-commits mailing list