Skip to content

Commit 1664dd9

Browse files
committed
travisify.sh: remove no-longer-needed yes response
The "yes" was used to confirm the detected repository slug. But now we specify it explicitly, so it should no longer be necessary... I say without testing it.
1 parent 0643a6f commit 1664dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travisify.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ EOL
166166
'#'*) continue;;
167167
esac
168168
info "Encrypting ${p%%=*}"
169-
echo yes | $EXEC travis encrypt "$p" --add env.global --repo "$repoSlug"
169+
$EXEC travis encrypt "$p" --add env.global --repo "$repoSlug"
170170
done <"$varsFile"
171171
$EXEC git commit "$travisConfig" -m "Travis: add encrypted environment variables"
172172
else

0 commit comments

Comments
 (0)