Skip to content

Commit

Permalink
Revert changes
Browse files Browse the repository at this point in the history
Signed-off-by: flacatus <[email protected]>
  • Loading branch information
flacatus committed Aug 5, 2020
1 parent 33116c9 commit eeef292
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,11 @@ tag_specification:
namespace: ocp
tests:
- as: che-operator-update
commands: |
/bin/bash olm/testCatalogSource.sh openshift nightly che marketplace marketplace_image
commands: .ci/cico_updates_openshift.sh
openshift_installer_src:
cluster_profile: aws
- as: che-operator-olm-nightly
commands: .ci/cico_olm_openshift.sh
commands: "/bin/bash olm/testCatalogSource.sh openshift nightly che marketplace marketplace_image \n"
openshift_installer_src:
cluster_profile: aws
zz_generated_metadata:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ presubmits:
- name: JOB_NAME_SAFE
value: che-operator-olm-nightly
- name: TEST_COMMAND
value: .ci/cico_olm_openshift.sh
value: "/bin/bash olm/testCatalogSource.sh openshift nightly che marketplace marketplace_image \n"
image: ci-operator:latest
imagePullPolicy: Always
name: ""
Expand Down

0 comments on commit eeef292

Please sign in to comment.