Skip to content

Commit 9c288ba

Browse files
committed
Update install_dgraph.sh to only install nighly versions for testing
1 parent 633c2a9 commit 9c288ba

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

scripts/install_dgraph.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
#!/bin/bash
22

3-
if [ -z "$TRAVIS_TAG" ]; then
4-
curl https://get.dgraph.io -sSf | bash -s nightly
5-
else
6-
curl https://get.dgraph.io -sSf | bash
7-
fi
3+
curl https://get.dgraph.io -sSf | bash -s nightly

0 commit comments

Comments
 (0)