aboutsummaryrefslogtreecommitdiffstats
path: root/jobs
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2023-03-20 10:44:17 +0100
committerOliver Smith <osmith@sysmocom.de>2023-03-20 10:46:30 +0100
commit22f3e07636a5d20668e866d971c35a2b13d787ce (patch)
treea770c166b91662772c3b5f8c9d385d9630097dd9 /jobs
parente7eba153157e228c7e03ab2d58880f3d4489fbec (diff)
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
Diffstat (limited to 'jobs')
-rw-r--r--jobs/master-builds.yml2
1 files changed, 1 insertions, 1 deletions
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"
;;