fix the inverted logic that prevented this from running

all the kings horses, and all the kings men, missed that I'd
messed the logic up again.

This was running on folsom & grizzly, instead of havana and master.
Fix that.

Change-Id: Ie00726a1cdd3436c72466d7faddc39e3abe57323
This commit is contained in:
Sean Dague 2013-10-22 08:48:51 -04:00
parent 6d3845cadb
commit 0caabd51df

View File

@ -160,7 +160,7 @@ jobs:
- name: gate-grenade-noop
branch: ^(stable/(folsom|grizzly)).*$
- name: gate-devstack-bash8
branch: ^(stable/(folsom|grizzly)).*$
branch: ^(?!stable/(folsom|grizzly)).*$
voting: false
- name: gate-tempest-docs
branch: ^(?!stable/(folsom|grizzly)).*$