gitlab-ci-local: Unknown argument: oudCredentials
Minimal .gitlab-ci.yml illustrating the issue
---
job:
script:
- echo "Heya"
Expected behavior Paste a public job url.
Host information Ubuntu gitlab-ci-local 4.28.2
Additional context run gitlab-ci-local --list return Unknown argument: oudCredentials. or any command
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 17 (10 by maintainers)
@fabiocruzcoelho Yups… Exactly, something on your system is appending --oudCredentials to gitlab-ci-local or perhaps all commands.
You must have something on your local machine thats appends
--oudCredentialsto all commands or just thegitlab-ci-localcommandI did all the reinstallation, I changed the versions according to your guidance but still the error persists.
even doing the installation of other versions and via npm
@fabiocruzcoelho
Try downgrading to 4.28.1 and see if the problem is there.
I’m pretty confident that something in your .bashrc or .profile is appending
--oudCredentialsto all commands you run or something like that.This find/cat/grep command can probably help you, if you give it enough time.