mirror of
https://github.com/Threnklyn/jira.git
synced 2026-05-18 20:23:28 +02:00
d237e86cda
The following two files contain characters which aren't valid in source files within a Go module: t/.password-store/GoJira/api-token:gojira@corybennett.org.gpg t/.password-store/GoJira/api-token:mothra@corybennett.org.gpg The directory only contains test scripts, so it doesn't need to be included in the module. The simplest way to do that is to start the directory with an underscore. Fixes #228.
8 lines
216 B
Bash
8 lines
216 B
Bash
export COLUMNS=149
|
|
export JIRA_LOG_FORMAT="%{level:-5s} %{message}"
|
|
export ENDPOINT="https://go-jira.atlassian.net"
|
|
export GNUPGHOME=$(pwd)/.gnupg
|
|
export PASSWORD_STORE_DIR=$(pwd)/.password-store
|
|
export JIRACLOUD=1
|
|
|