We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 310720d commit 50eb958Copy full SHA for 50eb958
.tekton/ray-cuda-poc-push.yaml
@@ -154,19 +154,6 @@ spec:
154
name: CHAINS-GIT_COMMIT
155
value: $(tasks.clone-repository.results.commit)
156
tasks:
157
- - name: compute-fixed-tag
158
- params:
159
- - name: ray-version
160
- value: $(params.ray-version)
161
- - name: python-version-xy
162
- value: $(params.python-version-xy)
163
- - name: cuda-version-xy
164
- value: $(params.cuda-version-xy)
165
- script: |
166
- echo "$(params.ray-version)-$(params.python-version-xy)-$(params.cuda-version-xy)" > /tekton/results/fixed_tag
167
- results:
168
- - name: fixed_tag
169
- description: "Computed fixed tag"
170
- name: init
171
params:
172
- name: image-url
0 commit comments