Skip to content

Commit

Permalink
Revert "Environment variables for hack/build-and-push.sh (#978)" (#981
Browse files Browse the repository at this point in the history
)

This reverts commit be1324b.
  • Loading branch information
zregvart authored May 2, 2024
1 parent 6c080bf commit 93e1621
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .tekton/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,9 @@ spec:
value: "$(params.revision)"
- name: GIT_URL
value: "$(params.git-url)"
- name: OUTPUT_TASK_BUNDLE_LIST
- name: TASK_BUNDLE_LIST
value: $(workspaces.artifacts.path)/task-bundle-list
- name: OUTPUT_PIPELINE_BUNDLE_LIST
- name: PIPELINE_BUNDLE_LIST
value: $(workspaces.artifacts.path)/pipeline-bundle-list
# per https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
# the cluster will set imagePullPolicy to IfNotPresent
Expand Down

0 comments on commit 93e1621

Please sign in to comment.