Add exports

master
Félix Desmaretz 2024-10-08 23:50:12 +02:00
parent 0b1ab3f60e
commit 55377b857e
1 changed files with 2 additions and 0 deletions

2
Jenkinsfile vendored
View File

@ -17,6 +17,8 @@ pipeline {
steps { steps {
echo 'Building' echo 'Building'
sh "#!/bin/bash \n" + sh "#!/bin/bash \n" +
'''export TYPST_INSTALL="/home/jenkins/.typst"\n''' +
'''export PATH="$TYPST_INSTALL/bin:$PATH"\n''' +
'''./render.sh''' '''./render.sh'''
} }
} }