We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a441406 + 23bd0cf commit f35c9c1Copy full SHA for f35c9c1
travisify.sh
@@ -201,7 +201,7 @@ EOL
201
'#'*) continue;;
202
esac
203
info "Encrypting ${p%%=*}"
204
- $EXEC travis encrypt --$mode "$p" --add env.global --repo "$repoSlug"
+ yes | $EXEC travis encrypt --$mode "$p" --add env.global --repo "$repoSlug"
205
test $? -eq 0 || die "Failed to encrypt variable '$p'"
206
done <"$varsFile"
207
$EXEC git commit "$travisConfig" -m "Travis: add encrypted environment variables"
0 commit comments