Skip to content

Commit 6c37143

Browse files
committed
Update release.sh
1 parent f78abde commit 6c37143

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

release.sh

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash -e
22

3-
EXPECTED_OTP=("26" "27" "28")
3+
EXPECTED_OTP=("25" "26" "27")
44

55
yes_or_exit() {
66
while true; do
@@ -60,8 +60,6 @@ do
6060
echo "Size of priv/ex_doc_otp_${OTP_VER}: $SIZE"
6161
done
6262

63-
cd ../../
64-
6563
rebar3 ex_doc
6664

6765
echo
@@ -74,9 +72,8 @@ yes_or_exit "Open up the documentation?"
7472
open doc/index.html
7573

7674
echo
77-
yes_or_exit "Did everything look ok?"
7875

79-
cd _checkouts/rebar3_ex_doc
76+
yes_or_exit "Did everything look ok?"
8077

8178
for OTP_VER in "${EXPECTED_OTP[@]}"
8279
do

0 commit comments

Comments
 (0)