Skip to content

Commit

Permalink
fix ci error
Browse files Browse the repository at this point in the history
Signed-off-by: Mangaal <[email protected]>
  • Loading branch information
Mangaal committed Nov 28, 2024
1 parent 432a0ad commit 8545440
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .konflux/Containerfile.plugin
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ ENTRYPOINT ["./backend-http"]

LABEL \
name="openshift-gitops-1/gitops-rhel8" \
version=${TARGET_VERSION} \
License="Apache 2.0" \
com.redhat.component="openshift-gitops-container" \
com.redhat.delivery.appregistry="false" \
Expand Down
2 changes: 0 additions & 2 deletions .tekton/gitops-backend-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,6 @@ spec:
- $(params.build-args[*])
- name: BUILD_ARGS_FILE
value: $(params.build-args-file)
- name: TARGET_VERSION
value: '{{target_branch}}'
- name: SOURCE_ARTIFACT
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
- name: CACHI2_ARTIFACT
Expand Down
2 changes: 0 additions & 2 deletions .tekton/gitops-backend-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,6 @@ spec:
- $(params.build-args[*])
- name: BUILD_ARGS_FILE
value: $(params.build-args-file)
- name: TARGET_VERSION
value: '{{target_branch}}'
- name: SOURCE_ARTIFACT
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
- name: CACHI2_ARTIFACT
Expand Down

0 comments on commit 8545440

Please sign in to comment.