Skip to content

Commit

Permalink
[patch] Fix bad merge in #261 (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
durera authored Apr 27, 2023
1 parent b02e831 commit dc00901
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions tekton/src/tasks/dependencies/kafka.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -111,21 +111,6 @@ spec:
- name: IBMCLOUD_APIKEY
value: $(params.ibmcloud_apikey)

# Optional support built into the ansible-devops image
# for saving task execution results to a MongoDb instance
- name: DEVOPS_MONGO_URI
value: $(params.devops_mongo_uri)
- name: DEVOPS_SUITE_NAME
value: $(params.devops_suite_name)
- name: DEVOPS_BUILD_NUMBER
value: $(params.devops_build_number)

# Optional parameters to categorize result to be persisted
- name: DEVOPS_TEST_TYPE
value: $(params.devops_test_type)
- name: DEVOPS_TEST_PHASE
value: $(params.devops_test_phase)

steps:
- name: kafka
command:
Expand Down

0 comments on commit dc00901

Please sign in to comment.