File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -144,14 +144,15 @@ jobs:
144144
145145 - name : Run CI pipeline
146146 run : |
147+ # Change submit=true after ISV-1503
147148 tkn pipeline start operator-ci-pipeline \
148149 --use-param-defaults \
149150 --param [email protected] :redhat-openshift-ecosystem/operator-pipelines-test.git \ 150151 --param upstream_repo_name=redhat-openshift-ecosystem/operator-pipelines-test \
151152 --param git_branch=$SHORT_SHA \
152153 --param bundle_path=operators/test-e2e-operator/0.0.7-$SHORT_SHA \
153154 --param env=stage \
154- --param submit=false \ # Change to True after ISV-1503
155+ --param submit=false \
155156 --workspace name=pipeline,volumeClaimTemplateFile=templates/workspace-template.yml \
156157 --workspace name=kubeconfig,secret=kubeconfig \
157158 --workspace name=ssh-dir,secret=github-ssh-credentials \
You can’t perform that action at this time.
0 commit comments