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.
1 parent be53823 commit e604b46Copy full SHA for e604b46
init-tests-after-clone.sh
@@ -3,10 +3,10 @@
3
set -e
4
5
if [[ -z "$TRAVIS" ]]; then
6
- read -rp "This operation will destroy locally modified files. Continue ? [N/y]: " answer
7
- if [[ ! $answer =~ [yY] ]]; then
8
- exit 2
9
- fi
+ read -rp "This operation will destroy locally modified files. Continue ? [N/y]: " answer
+ if [[ ! $answer =~ [yY] ]]; then
+ exit 2
+ fi
10
fi
11
12
git tag __testing_point__
0 commit comments