Skip to content

Commit 9ecbddd

Browse files
committed
Fix upload log task
The unnecessary env argument is removed from upload task that caused failure of hosted and release pipeline.
1 parent f6267c9 commit 9ecbddd

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

ansible/roles/operator-pipeline/templates/openshift/pipelines/operator-ci-pipeline.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -451,8 +451,6 @@ spec:
451451
value: "$(tasks.set-env.results.pyxis_url)"
452452
- name: pipeline_name
453453
value: "$(context.pipelineRun.name)"
454-
- name: env
455-
value: $(params.env)
456454

457455
- name: show-support-link
458456
taskRef:

ansible/roles/operator-pipeline/templates/openshift/tasks/upload-pipeline-logs.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ spec:
2727
description: Operator package name
2828
- name: pipeline_name
2929
description: Tekton pipeline run name where logs will be gathered from
30-
- name: env
31-
description: Environment. One of [dev, qa, stage, prod]
3230
results:
3331
- name: pipeline_log_url
3432
workspaces:
@@ -54,8 +52,6 @@ spec:
5452
value: $(params.pyxis_cert_path)
5553
- name: PYXIS_KEY_PATH
5654
value: $(params.pyxis_key_path)
57-
- name: ENVIRONMENT
58-
value: $(params.env)
5955
script: |
6056
#! /usr/bin/env bash
6157
echo "Uploading pipeline logs"

0 commit comments

Comments
 (0)