Fix Jenkinsfile to not copy now non-existent files.
gitea/icedream/freetz-7362sl/master Something is wrong with the build of this commit Details

master
Icedream 2018-11-05 10:26:33 +01:00
parent 8ff462c231
commit 3460e43ff2
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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
""" """
} }