Skip to content

Commit

Permalink
fix(ci): fix sign script - avoid interpreting {*}$argv
Browse files Browse the repository at this point in the history
Signed-off-by: Vicente J. Jiménez Miras <[email protected]>
  • Loading branch information
vjjmiras authored and poiana committed Jun 20, 2022
1 parent 5f17b7b commit 5d10e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ jobs:
echo "%__gpg_sign_cmd %{__gpg} --force-v3-sigs --batch --no-armor --passphrase-fd 3 --no-secmem-warning -u \"%{_gpg_name}\" -sb --digest-algo sha256 %{__plaintext_filename}'" >> ~/.rpmmacros
cat > ~/sign \<<EOF
#!/usr/bin/expect -f
spawn rpmsign --addsign {*}$argv
spawn rpmsign --addsign {*}\$argv
expect -exact "Enter pass phrase: "
send -- "\n"
expect eof
Expand Down

0 comments on commit 5d10e54

Please sign in to comment.