You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 30, 2022. It is now read-only.
When performing a backlog:checkin without any committed changes, it fails without providing an error message explaining why.
The current error message returned is:
info: Retrieving credentials from git credentential helper (osxkeychain) for 'https://bwa.nrs.gov.bc.ca/int/jira/rest/api/2/myself' {"category":"SecretManager","timestamp":"2021-01-20T22:16:04.863Z"}
expectedCurrentTrackingBranchName origin/feature/FFS-277
TypeError: Cannot read property 'branches' of undefined
npm ERR! code 1
npm ERR! path /Users/brett/work/repo/git/ffs/tmp/ffs-ear-277
npm ERR! command failed
npm ERR! command sh -c nrdk backlog:checkin
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/brett/.npm/_logs/2021-01-20T22_16_06_778Z-debug.log
A more appropriate error message might be something like "No changes to check in."
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When performing a backlog:checkin without any committed changes, it fails without providing an error message explaining why.
The current error message returned is:
A more appropriate error message might be something like "No changes to check in."
The text was updated successfully, but these errors were encountered: