Skip to content
Snippets Groups Projects
Commit 7d3f0a41 authored by Félix  Sidokhine's avatar Félix Sidokhine
Browse files

checking a test to fix broken script on dev env

Change-Id: I31ce014c93231170b67514c9e88f50b867ffa20d
parent 5928cdcc
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
mkdir -p jams
cd userguide || exit
/var/lib/jenkins/.local/bin/mkdocs build
/var/lib/jenkins/.local/bin/mkdocs build || exit 0
cp site/pdf/combined.pdf ../jams/userguide.pdf
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment