tweak auto-login so it does not print the standard jira login command output

This commit is contained in:
Cory Bennett
2017-09-04 19:09:38 -07:00
parent c226077320
commit 49f6cdc54e
3 changed files with 23 additions and 23 deletions
Executable → Regular
+2 -11
View File
@@ -1,14 +1,5 @@
#!/bin/sh
cat <<EOF
config:
stop: true
password-source: pass
EOF
if [ -z "$JIRACLOUD" ]; then
echo endpoint: http://localhost:8080
echo user: gojira
else
echo endpoint: https://go-jira.atlassian.net
echo user: gojira
fi
endpoint: https://go-jira.atlassian.net
user: gojira