fix: correct jenkins build demo stage

This commit is contained in:
Dany LE 2022-08-04 13:47:55 +02:00
parent 1cf718117f
commit c96919ea12
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -48,7 +48,7 @@ pipeline{
set -e
export WORKSPACE=$(realpath "./jenkins/workspace/antos")
cd $WORKSPACE
export BUILDDIR="BUILDDIR=/home/dany/docker/antos/htdocs/os"
export BUILDDIR="/home/dany/docker/antos/htdocs/os"
make
'''
}