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

Tekton Task snippet contains a syntax error for args #229

Closed
apupier opened this issue Apr 1, 2020 · 0 comments · Fixed by #230
Closed

Tekton Task snippet contains a syntax error for args #229

apupier opened this issue Apr 1, 2020 · 0 comments · Fixed by #230
Assignees
Milestone

Comments

@apupier
Copy link
Member

apupier commented Apr 1, 2020

      args: 
      - '-c', 'echo hello world']

should be generated with:

  args: 
  - ['-c', 'echo hello world']
@apupier apupier self-assigned this Apr 1, 2020
apupier added a commit to apupier/vscode-tekton that referenced this issue Apr 1, 2020
Signed-off-by: Aurélien Pupier <apupier@redhat.com>
apupier added a commit that referenced this issue Apr 1, 2020
Signed-off-by: Aurélien Pupier <apupier@redhat.com>
@apupier apupier added this to the Sprint #181 milestone Apr 1, 2020
@apupier apupier linked a pull request Apr 1, 2020 that will close this issue
@apupier apupier closed this as completed Apr 1, 2020
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

Successfully merging a pull request may close this issue.

1 participant