Skip to content

Commit 1e4ab71

Browse files
author
OpenShift-AI-DevOps
committed
conditional enablement of RHOAI env vars
1 parent 21e24cc commit 1e4ab71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.tekton/odh-dashboard-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
value: pull-request
3737
- name: build-args
3838
value:
39-
- BUILD_MODE=RHOAI
39+
- "BUILD_MODE=RHOAI"
4040
pipelineRef:
4141
resolver: git
4242
params:

.tekton/odh-dashboard-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
value: .
3131
- name: build-args
3232
value:
33-
- BUILD_MODE=RHOAI
33+
- "BUILD_MODE=RHOAI"
3434
pipelineRef:
3535
resolver: git
3636
params:

0 commit comments

Comments
 (0)