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 633c2a9 commit 9c288baCopy full SHA for 9c288ba
scripts/install_dgraph.sh
@@ -1,7 +1,3 @@
1
#!/bin/bash
2
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
+curl https://get.dgraph.io -sSf | bash -s nightly
0 commit comments