Fix Jenkinsfile to not copy now non-existent files.
gitea/icedream/freetz-7362sl/master Something is wrong with the build of this commit
Details
gitea/icedream/freetz-7362sl/master Something is wrong with the build of this commit
Details
parent
8ff462c231
commit
3460e43ff2
|
@ -7,7 +7,7 @@ node("linux && amd64 && docker") {
|
||||||
chown -R freetz:freetz .
|
chown -R freetz:freetz .
|
||||||
rm -rf /freetz
|
rm -rf /freetz
|
||||||
cp -a freetz /
|
cp -a freetz /
|
||||||
cp -a .config config include make /freetz
|
cp -a .config config /freetz
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue