Skip to content

Commit f6267c9

Browse files
MarcinGinsztAllda
authored andcommitted
remove bash comment
1 parent 76d9050 commit f6267c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)