feat(jenkinsfile): use stdin instead
Signed-off-by: zontreck <tarapiccari@gmail.com>
This commit is contained in:
parent
ae9885585d
commit
3e4b148243
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -61,7 +61,7 @@ pipeline {
|
|||
if [ -f "$patch_file" ]
|
||||
then
|
||||
echo "Applying $patch_file to ../phoenix-firestorm/"
|
||||
patch -d ../phoenix-firestorm/ -Np1 -i "$patch_file"
|
||||
patch -d ../phoenix-firestorm/ -Np1 < "$patch_file"
|
||||
fi
|
||||
done
|
||||
echo "All patches applied."
|
||||
|
|
Loading…
Reference in a new issue