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
Hi,
I am facing and issue when trying to run nx container appName command.
It fails after the build process with and error
NX fatal: No such remote 'origin'
Error: fatal: No such remote 'origin'
at /(localpath)/node_modules/.pnpm/@nx-tools+ci-context@6.0.1_@nx[email protected][email protected]/node_modules/@nx-tools/ci-context/src/lib/utils/git.js:107:27
Any ideas?
The text was updated successfully, but these errors were encountered:
Seems like you are trying to use metadata, which will be getted using a CI Runner context (GitLab Runner, GitHub Actions) or from a Git context... In you case is using the second, at some point of the flow the command git remote remote get-url origin it's executed but that remote not exists in your repo
Hi,
I am facing and issue when trying to run nx container appName command.
It fails after the build process with and error
NX fatal: No such remote 'origin'
Error: fatal: No such remote 'origin'
at /(localpath)/node_modules/.pnpm/@nx-tools+ci-context@6.0.1_@nx[email protected][email protected]/node_modules/@nx-tools/ci-context/src/lib/utils/git.js:107:27
Any ideas?
The text was updated successfully, but these errors were encountered: