osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/31981 )
Change subject: jobs: master-osmo-e1-hardware: fix manuals ......................................................................
jobs: master-osmo-e1-hardware: fix manuals
Build the manuals with the regular docker image, instead of the fpga-build one.
Fix for: build/shrink-pdfs.sh: 8: build/shrink-pdfs.sh: ps2pdf: not found
Related: SYS#6380 Change-Id: I6e9f832dc449af0ca7def29ef5a9161285b01736 --- M jobs/master-builds.yml 1 file changed, 17 insertions(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, but someone else must approve fixeria: Looks good to me, approved
diff --git a/jobs/master-builds.yml b/jobs/master-builds.yml index 9e0aa1b..008452a 100644 --- a/jobs/master-builds.yml +++ b/jobs/master-builds.yml @@ -272,7 +272,7 @@ cmd: | DOCKER_IMG="{docker_img}" case "$JOB_TYPE" in - firmware|gateware|manuals) + firmware|gateware) DOCKER_IMG="registry.osmocom.org/$USER/fpga-build" docker pull "$DOCKER_IMG" ;;