Add exports
parent
0b1ab3f60e
commit
55377b857e
|
|
@ -17,6 +17,8 @@ pipeline {
|
|||
steps {
|
||||
echo 'Building'
|
||||
sh "#!/bin/bash \n" +
|
||||
'''export TYPST_INSTALL="/home/jenkins/.typst"\n''' +
|
||||
'''export PATH="$TYPST_INSTALL/bin:$PATH"\n''' +
|
||||
'''./render.sh'''
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue