diff --git a/roles/openshift-apps/testdays/templates/buildconfig.yml b/roles/openshift-apps/testdays/templates/buildconfig.yml index cf3e59d114..a0870f2ef9 100644 --- a/roles/openshift-apps/testdays/templates/buildconfig.yml +++ b/roles/openshift-apps/testdays/templates/buildconfig.yml @@ -44,11 +44,7 @@ spec: type: Git git: uri: https://pagure.io/taskotron/resultsdb.git -{% if env == 'staging' %} - ref: "openshift_WIP" -{% else %} - ref: "openshift_WIP" -{% endif %} + ref: "develop" strategy: type: Source sourceStrategy: