diff --git a/roles/openshift-apps/badges/templates/buildconfig.yml b/roles/openshift-apps/badges/templates/buildconfig.yml index dfff192b8e..d01d3be667 100644 --- a/roles/openshift-apps/badges/templates/buildconfig.yml +++ b/roles/openshift-apps/badges/templates/buildconfig.yml @@ -40,7 +40,7 @@ spec: git: uri: https://github.com/fedora-infra/fedbadges.git # ref: {{ (env == 'production')|ternary('stable', 'staging') }} - ref: fedora-messaging + ref: develop contextDir: / strategy: type: Source