Skip to content

Commit

Permalink
Update jobserv file
Browse files Browse the repository at this point in the history
Attempting to debug and fix build issue.

Signed-off-by: Katrina Prosise <[email protected]>
  • Loading branch information
kprosise committed Oct 19, 2023
1 parent d4682ef commit 013d4b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .jobserv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ scripts:
make-docs: |
#!/bin/sh -ex
apk add --update make git graphviz curl ttf-freefont
pip install -U pip setuptools wheel ruamel.yaml.clib==0.2.7
pip install -r ./requirements.txt
echo == $(date "+%F %T") Setting up fioctl docs
Expand All @@ -43,5 +44,6 @@ scripts:
link-check: |
#!/bin/sh -ex
apk add --update make git
pip install -U pip setuptools wheel ruamel.yaml.clib==0.2.7
pip install -r ./requirements.txt
make BUILDDIR=/archive SPHINXBUILD=sphinx-build linkcheck

0 comments on commit 013d4b2

Please sign in to comment.