update for testing

This commit is contained in:
Cory Bennett
2017-09-02 14:04:49 -07:00
parent 0a5510b231
commit 65891e7b3b
+7 -2
View File
@@ -1,9 +1,14 @@
#!/bin/sh #!/bin/sh
echo password-source: pass cat <<EOF
config:
stop: true
password-source: pass
EOF
if [ -z "$JIRACLOUD" ]; then if [ -z "$JIRACLOUD" ]; then
echo endpoint: http://localhost:8080 echo endpoint: http://localhost:8080
echo user: gojira echo user: gojira
else else
echo endpoint: https://go-jira.atlassian.net echo endpoint: https://go-jira.atlassian.net
echo user: gojira@example.com echo user: gojira
fi fi