mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-12-27 09:48:21 +01:00
fix: correct jenkins build demo stage
This commit is contained in:
parent
1cf718117f
commit
c96919ea12
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -48,7 +48,7 @@ pipeline{
|
|||||||
set -e
|
set -e
|
||||||
export WORKSPACE=$(realpath "./jenkins/workspace/antos")
|
export WORKSPACE=$(realpath "./jenkins/workspace/antos")
|
||||||
cd $WORKSPACE
|
cd $WORKSPACE
|
||||||
export BUILDDIR="BUILDDIR=/home/dany/docker/antos/htdocs/os"
|
export BUILDDIR="/home/dany/docker/antos/htdocs/os"
|
||||||
make
|
make
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user