mirror of
https://github.com/Threnklyn/jira.git
synced 2026-06-07 05:23:33 +02:00
use go-jira.atlassian.net for testing via travis
This commit is contained in:
Regular → Executable
+9
-2
@@ -1,2 +1,9 @@
|
||||
endpoint: http://localhost:8080
|
||||
user: gojira
|
||||
#!/bin/sh
|
||||
if [ -z "$JIRACLOUD" ]; then
|
||||
echo endpoint: http://localhost:8080
|
||||
echo user: gojira
|
||||
echo password-keyring: true
|
||||
else
|
||||
echo endpoint: https://go-jira.atlassian.net
|
||||
echo user: gojira@example.com
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user