Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is not possible to use * in the oc command! #177

Open
gusffarias opened this issue Nov 13, 2020 · 1 comment
Open

Is not possible to use * in the oc command! #177

gusffarias opened this issue Nov 13, 2020 · 1 comment

Comments

@gusffarias
Copy link

I am tryng to execute the oc command with apply -f .yaml, but the return is error: the path "/agent/_work/r22/a/drop/.yaml" does not exist

But executing the same command direct form shell is working fine.

@gusffarias gusffarias changed the title Is no possible to use * in the oc command! Is not possible to use * in the oc command! Nov 13, 2020
@worming004
Copy link

The * is matching yaml files from the shell, not from the task nor the oc command. It is conveninent in bash files, but uncommon to match these files from a command

Here is a demo that should be self explaining :
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants