mirror of
https://github.com/Threnklyn/jira.git
synced 2026-06-05 12:41:32 +02:00
update for testing
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
#!/bin/sh
|
||||
echo password-source: pass
|
||||
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@example.com
|
||||
echo user: gojira
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user