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

Fix task input syntax #112

Merged
merged 1 commit into from
Mar 26, 2020
Merged

Fix task input syntax #112

merged 1 commit into from
Mar 26, 2020

Conversation

schen1
Copy link
Contributor

@schen1 schen1 commented Mar 2, 2020

What does this PR do?

Fix the syntax issue during the deploy task.
At the moment, the variables are not interpreted correctly as the task input syntax is incorrect.

See tektoncd for the correct syntax reference. We should use parentheses instead of curly braces.

How should this be tested?

Follow the manual instructions to setup the projects, the tasks, the pipelines...
Start the pipeline and wait for the first task to be completed (build). the deploy task will fail.
The step "oc tag source destination" will fail as the source reference is invalid.

Is there a relevant Issue open for this?

No open issue. I just read the readme and tried it

Who would you like to review this?

cc: @redhat-cop/containers-approvers
cc: @raffaelespazzoli
cc: @sabre1041

@garethahealy
Copy link
Contributor

/lgtm

@garethahealy garethahealy merged commit 3b3941f into redhat-cop:master Mar 26, 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 this pull request may close these issues.

2 participants