assume tests always run in jira cloud

This commit is contained in:
Cory Bennett
2017-09-06 22:30:59 -07:00
parent e6faee1573
commit d46f9495e7
11 changed files with 18 additions and 41 deletions
+1 -7
View File
@@ -2,13 +2,7 @@
eval "$(curl -q -s https://raw.githubusercontent.com/coryb/osht/master/osht.sh)"
cd $(dirname $0)
jira="../jira"
export JIRA_LOG_FORMAT="%{level:-5s} %{message}"
export COLUMNS=149
ENDPOINT="http://localhost:8080"
if [ -n "$JIRACLOUD" ]; then
ENDPOINT="https://go-jira.atlassian.net"
fi
. env.sh
PLAN 86