Skip to content

Commit

Permalink
Merge pull request #145 from agrare/fix_test_objects_generation
Browse files Browse the repository at this point in the history
Fix test_objects generation

(cherry picked from commit 4da9f1d)

https://bugzilla.redhat.com/show_bug.cgi?id=1767834
  • Loading branch information
cben authored and simaishi committed Nov 1, 2019
1 parent 94f7dfb commit fbffd07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -45,7 +45,7 @@ for IND in 0 1 2; do
oc new-project my-project-$IND
oc project my-project-$IND
# Some objects here require the admin priviledges we got above.
oc process -f "$VCR_DIR"/test_objects_template.yml -v INDEX=$IND | oc create -f -
oc process -f "$VCR_DIR"/test_objects_template.yml INDEX=$IND | oc create -f -

oc start-build my-build-config-$IND
done
Expand Down
Expand Up @@ -99,7 +99,7 @@ objects:
sourceStrategy:
from:
kind: "DockerImage"
name: "ruby-20-centos7:latest"
name: "openshift/ruby-22-centos7:latest"
output:
to:
kind: "ImageStreamTag"
Expand Down

0 comments on commit fbffd07

Please sign in to comment.