Fix automatic signing
Jenkins didn't like the previous expect script. This one should work. Change-Id: Ic94daef65f342a12f8f194163271f2204ba28b27
This commit is contained in:
parent
bdde8f4271
commit
0db6b00660
@ -1,9 +1,10 @@
|
||||
#!/usr/bin/expect
|
||||
set timeout -1
|
||||
|
||||
spawn "./rpmbuild/build_rpm.sh"
|
||||
|
||||
expect "Enter pass phrase: "
|
||||
send "\n"
|
||||
|
||||
interact
|
||||
expect eof
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user