mirror of
https://github.com/Threnklyn/jira.git
synced 2026-06-07 21:43:32 +02:00
update for testing
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user