ci(jenkins): test another fix
Signed-off-by: zontreck <tarapiccari@gmail.com>
This commit is contained in:
parent
bbf5604f1c
commit
afe07bd542
1 changed files with 1 additions and 7 deletions
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
|
@ -37,14 +37,8 @@ pipeline {
|
||||||
sh '''
|
sh '''
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
mkdir -pv /tmp/archisotmp
|
mkarchiso -v -w work -o out server
|
||||||
cp -rv server /tmp/archisotmp/server
|
|
||||||
|
|
||||||
|
|
||||||
mkarchiso -v -w "/tmp/archisotmp/work" -o /tmp/archisotmp/out "/tmp/archisotmp/server"
|
|
||||||
|
|
||||||
cp -rv /tmp/archisotmp/out ./out
|
|
||||||
rm -rf /tmp/archisotmp
|
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue