Fix context directories in image builds

Use relative paths for both repos so this works in Nodepool too.

Change-Id: I6c218a32a1f977307a1ba41e82e5df421ab604c0
This commit is contained in:
James E. Blair 2019-01-31 08:29:55 -08:00
parent 363d881ab9
commit e67da06c97
1 changed files with 6 additions and 6 deletions

View File

@ -67,22 +67,22 @@
- zuul: openstack-infra/zuul-jobs
vars:
docker_images:
- context: .
- context: ../zuul
repository: zuul/zuul
target: zuul
- context: .
- context: ../zuul
repository: zuul/zuul-executor
target: zuul-executor
- context: .
- context: ../zuul
repository: zuul/zuul-fingergw
target: zuul-fingergw
- context: .
- context: ../zuul
repository: zuul/zuul-merger
target: zuul-merger
- context: .
- context: ../zuul
repository: zuul/zuul-scheduler
target: zuul-scheduler
- context: .
- context: ../zuul
repository: zuul/zuul-web
target: zuul-web
- context: ../nodepool