We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e08f110 commit 61166d7Copy full SHA for 61166d7
1 file changed
travisify.sh
@@ -179,7 +179,7 @@ EOL
179
info "Encrypting $signingKeyDestFile"
180
# NB: We have to copy the file first, so that --add does the right thing.
181
$EXEC cp "$signingKeySourceFile" "$signingKeyDestFile"
182
- $EXEC travis encrypt-file "$signingKeyDestFile" "$signingKeyDestFile.enc" --add
+ $EXEC travis encrypt-file "$signingKeyDestFile" "$signingKeyDestFile.enc" --add --repo $repoSlug
183
$EXEC rm -f "$signingKeyDestFile"
184
$EXEC git add "$travisConfig" "$signingKeyDestFile.enc"
185
$EXEC git commit -m "Travis: add encrypted GPG signing keypair"
0 commit comments