Zuul: Remove project name
Zuul no longer requires the project-name for in-repo configuration. Omitting it makes forking or renaming projects easier. Change-Id: I2226881d18e69bf25ad93ee8b8db67248e14f697
This commit is contained in:
parent
5cf96230c8
commit
d9eec63a58
@ -9,7 +9,7 @@
|
||||
timeout: 2400
|
||||
vars:
|
||||
tox_environment:
|
||||
TMPDIR: "{{ ansible_env.HOME }}/xfstmp"
|
||||
TMPDIR: '{{ ansible_env.HOME }}/xfstmp'
|
||||
|
||||
- job:
|
||||
name: swift-tox-py27
|
||||
@ -94,7 +94,6 @@
|
||||
nodeset: centos-7
|
||||
|
||||
- project:
|
||||
name: openstack/swift
|
||||
check:
|
||||
jobs:
|
||||
- swift-tox-py27
|
||||
|
Loading…
x
Reference in New Issue
Block a user