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
This commit is contained in:
Oliver Smith 2023-03-20 10:44:17 +01:00
parent e7eba15315
commit 22f3e07636
1 changed files with 1 additions and 1 deletions

View File

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